How to use "for"? Need help.
Posted: Fri Mar 11, 2011 12:28 pm
Hello guys. I've been thinking how to use for function. I can't find it in GE Documentation and I cant find some explaination on forum too.
You guys are very often writing this:
(just an example)
I understand, you made variable "i" and you put it in "for cycle". But how to use it? Can someone explain me how to use it?
Thank you.
You guys are very often writing this:
(just an example)
- Code: Select all
int i;
for (i=3;i<100;i++)
I understand, you made variable "i" and you put it in "for cycle". But how to use it? Can someone explain me how to use it?
Thank you.