For Loop
You will need 10 posts to view the code in this thread
You will need 10 posts to view the code in this thread
A for loop is a way of repeating code for a certain criteria.
Loops can be quite complex or really simple and they make take a while to get your head around.
Here are a few examples of a for loop.
[hide=10]
[java]
[/java]
[/hide]
Thats it
Let me know if you need any help