Difference between revisions of "SaveIP"

2 bytes added ,  21:33, 4 December 2006
no edit summary
imported>Scruggs
 
imported>Scruggs
Line 2: Line 2:


'''Syntax:'''
'''Syntax:'''
  SaveIP ''labelID''
  SaveIP ''[labelID]''


This command allows you to set up one or more named labels within a script. It is identical to [[Label]]. Using [[GoTo]] or [[RestoreIP]] causes script processing to jump to the label, allowing you to set up simple loops. By providing an optional label ID, multiple labels or nested loops can be defined.
This command allows you to set up one or more named labels within a script. It is identical to [[Label]]. Using [[GoTo]] or [[RestoreIP]] causes script processing to jump to the label, allowing you to set up simple loops. By providing an optional label ID, multiple labels or nested loops can be defined.
Anonymous user