Answered
using "next" in a for loop?
Hi!
can you simply explain to me in an example how to use "next" in a "for" loop? i think it is exactly what i need but i cant find any examples of how to use it.
tks. O
Hi!
can you simply explain to me in an example how to use "next" in a "for" loop? i think it is exactly what i need but i cant find any examples of how to use it.
tks. O
just write the line of code below the for-loop
for(var i...){
//do whatever
}
var instance:ClassName=new ClassName()
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.