Thread: while loop
View Single Post
  #1 (permalink)  
Old 01-26-2008, 11:47 PM
michcio michcio is offline
Member
 
Join Date: Nov 2007
Posts: 21
michcio has a little shameless behaviour in the past
while loop
how do I return to the beginning of the while loop...which command shall I use...


while(something){
.
.
.
.
return???!!! //which command to get to the top of the while loop?!
.
.
}

help please
michcio
Reply With Quote
Sponsored Links