Hey guys and gals.
Is there a way to jump from one place in some code to another?
Example:

VB Code:
  1. If Variable = True then
  2.     Jump to last line
  3. Else
  4.    Do this that and the other thing
  5. End If
  6.  
  7. This line is the jump-to point...


Thankyou for your time.
Furry