Hello
how to make double loop such as
for i=1;i<=10;i++
{ for(j=1 ; j<=10; j++)
{
}
thanks
Just that. Have fun
Develop games in your browser. Powerful, performant & highly capable.
hello
but i need that i and j vairable inside the loop
can you help me more?
thanks a lot
i mean i need i and j is also count as variable
for that statement, i and j it not count as variable
anyone can help?
Not exactly sure what you are asking but
&
will return the current value of
inside the loop.
What you are stating doesn't make sense. What DuckfaceNinja has posted is exactly the correct way to do inner/outer loops.
If this isn't what you mean, try to explain a little clearer, maybe with a .capx or screenshots.