goto: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
m (Removed the incorrect assertion that labels are case sensitive)
Line 22: Line 22:
'''Note:''' Be sure to use double quotes around label name in '''goto'''.
'''Note:''' Be sure to use double quotes around label name in '''goto'''.


Define the label with '''#'''. Labels are case-sensitive.
Define the label with '''#'''.  
 


'''Example:'''
'''Example:'''

Revision as of 21:43, 22 May 2006


goto label


Operand types:

label: String

Type of returned value:

Nothing

Description:

In script only: Go to given label.

Note: Be sure to use double quotes around label name in goto.

Define the label with #.

Example:

goto "Labelname"
.
.
.
#Labelname