Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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").