Labels in Script Files |
Top Previous Next |
To facilitate conditional and unconditional branching in FileLink script files, a label is used to define the destination of a branch. Labels always begin with a colon, must not exceed 32 characters in length, and may appear anywhere within a line. FileLink supports up to a total of 320 unique labels at once.
Consider the following example of a valid label.
:top
Refer to LOOPTO, GOTO, LOOPIF, and IFERROR for more details.
|