*label

<< Click to Display Table of Contents >>

Navigation:  Reference > Pre-processor >

*label

The PP label command takes the form

[*n]

where n is a number in the range 1-1000000000. It serves as the destination for *SKIP, *SLE and *BLOCK commands. The number has no significance, and the same number can be used for different PP labels.

In an alternate form:

[*nD]

the D tells the Pre-processor to display in the Log file the values of all the PP indices at the point at which this PP label was reached. This can be useful for checking complex CL scripts.

Examples of label commands:

[*23]

[*777d]