Label.exists Method

Indicates whether a specified label ID exists.

Syntax

public boolean exists(str label)

Run On

Called

Parameters

  • label
    Type: str
    The output of the literalStr function from a label ID string which includes the @ symbol.

Return Value

Type: boolean
true if the label ID exists; otherwise, false.

Remarks

The format of the label parameter value must resemble literalStr("@SYS24359").

See Also

Reference

Label Class