Hi Guys,
I'm stuck in getting a variable to display each item in order.
for example:
when click start
set variable to: 1,2,3,4,5,6
I need the above to display each number in turn, so:
pop up warning 1; 2; 3; 4; etc
I did try with the []from[]to[] block in the string section but couldn't get it work...
Any ideas?
Offline
I'm not entirely sure what you mean but if you want a variable to increment (continually change by 1) use the change [variable v] by () block. As for displaying, either use the show [variable v] or the say [] blocks.
Offline