The number stimulus is not displayed completely

What should I do when a number stimulus in excel starts with 0, e.g. ‘020’, and the screen only shows ‘20’ at runtime? (I have tried changing the font, or entering the number as text in excel, neither has solved it)

Huh that is interesting.

For now a quick fix could be to add a number before the 0 (e.g. ‘1020’) and then only show the numbers after the one onscreen. e.g. in your text component use:

$str(number)[1:]