This documentation is archived and is not being maintained.
Label.exists Method [AX 2012]
Indicates whether a specified label ID exists.
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.
The format of the label parameter value must resemble literalStr("@SYS24359").