
Chapter 3 Script Syntax
Scripting Guide 52
Label Statements
Label statements are used as a reference point within a script to which
processing can be transferred.
A label begins with an asterisk “*” and ends with a colon “:”.
A label cannot contain spaces.
The maximum number of characters for the label text is 255,
excluding the asterisk and colon.
For example:
*IPLBEGIN:
Komentáře k této Příručce