Thread: goto
View Single Post
  #14  
Old 02-02-2008, 09:24 PM
projectigi projectigi is offline
Registered User
Join Date: Jan 2004
Posts: 403
projectigi is an unknown quantity at this point
Quote:
Originally Posted by Skyld View Post
Then structure your code better.

You could easily have those two loops in a function by themselves, and use "return" to end there, and send back the result of your function execution to the calling function.
if i put every loop into a own function, reading a code with 1000+ lines will kinda be annoying lol
__________________
Reply With Quote