Here's the ultimate newbie question! :o
How do I redirect program flow with something like a GOTO och jump to a label? I know this is BAD PROGRAMMING but in all other languages I have come across it still has been possible.
In my code I can not use "break" because it is not within a loop (it is within an if statement), I can not use "continue" and I can not use "exit".
Some what to do? 😕