View Single Post
Old Mar 13th, 2007, 7:18 PM   #3
PhilBon
Hobbyist Programmer
 
PhilBon's Avatar
 
Join Date: Nov 2005
Posts: 172
Rep Power: 3 PhilBon is on a distinguished road
Send a message via AIM to PhilBon Send a message via MSN to PhilBon
my Suggestion, DO NOT USE GOTO statements. If you do I will make a program for you, that will be goto statement after goto statement, etc. They make your code look ugly. If you want to use error handling use exceptions, if you don't want to use exceptions then use if statements, just not goto statements. Help keep the world sane.
PhilBon is offline   Reply With Quote