Where can I find nice examples of for loops?
Thanks.
variable = "apple;orange;banana;strawberry"
on start of layout
for 1 to tokencount(variable, ";"):
set text's text to text.text & newline & tokenat(variable, loopindex-1, ";")
Develop games in your browser. Powerful, performant & highly capable.
To create an array of grid:
or counting numbers: