Quote Originally Posted by rmteo View Post
GOTO's (and GOSUB's) can cause "spaghetti code" to be the end result. Unfortunately, if the compiler does not support functions and procedures (what is commonly referred to as "structured programming") you may not have a choice.

Best to follow what the manual says "While GOTOs may be a necessary evil, try to minimize their use as much as possible."
Right, but I need them to have bypass when multiple IF statements are used so not all IF are checked.