goto: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
No edit summary |
||
Line 18: | Line 18: | ||
'''Description:''' | '''Description:''' | ||
In script only: Go to given '''label | In script only: Go to given '''label'''. | ||
'''Note:''' Be sure to use double quotes around label name in '''goto'''. | |||
''' | |||
'''goto''' | |||
Define the label with '''#'''. | Define the label with '''#'''. | ||
'''Example:''' | |||
'''goto''' "Lablename"<br> | |||
.<br> | |||
.<br> | |||
.<br> | |||
''#Lablename'' |