0
Heeeelp!!
i need a counter, im using the variable " for ", but i cant show the results on screen, please help me!!
5 Answers
+ 4
You cannot use the variable "for", since it is a reserved word. Try something like "steps" or "iterations".
+ 2
Not as your variable name, but you could use them for the loop type.
+ 1
what do you want to count? (it is important)
0
can i use While or Do While ?
0
yes i know, my variable name shouldnt be that haha, thank you :)