Difference between revisions of "GoTo"

Jump to navigation Jump to search
2 bytes added ,  21:32, 4 December 2006
no edit summary
imported>Scruggs
 
imported>Scruggs
Line 2: Line 2:


'''Syntax:'''
'''Syntax:'''
  GoTo ''labelID''
  GoTo ''[labelID]''


This command causes script processing to jump to a label defined within the same script. It is identical to [[RestoreID]]. Use [[Label]] or [[SaveIP]] to define the instruction point to which to jump. Optional label IDs allow for multiple labels or nested loops within a script.
This command causes script processing to jump to a label defined within the same script. It is identical to [[RestoreID]]. Use [[Label]] or [[SaveIP]] to define the instruction point to which to jump. Optional label IDs allow for multiple labels or nested loops within a script.
Anonymous user

Navigation menu