Label.extractString Method [AX 2012]
Returns the text associated with a specified label ID.
public str extractString(str label)
Run On
CalledParameters
- label
- Type: str
A string data type that specifies a label ID. The string must include the at sign (@) followed by a label file ID and a number.
Return Value
Type: strA string data type value that indicates the text associated with the specified label ID.
Community Additions
ADD
Show: