Thread: for loops
View Single Post
  #10  
Old 10-23-2001, 03:14 AM
btedji btedji is offline
bryan986
btedji's Avatar
Join Date: Apr 2001
Location: Force 10
Posts: 1,153
btedji is on a distinguished road
Send a message via ICQ to btedji Send a message via AIM to btedji Send a message via Yahoo to btedji
you do not need timeouts for loops unless you want them to run more than one time in a row, and i dont think doing for(#,#,#){commands;} will work because the for loop looks for ; in the loop and that is where the loop ends and starts with the next number, but i may be mistaken
Reply With Quote