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.
Returns the text associated with a specified label ID.
Syntax
public str extractString(str label)
Run On
Called
Parameters
- 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: str
A string data type value that indicates the text associated with the specified label ID.
Remarks
If you specify a label ID that does not exist, the method returns the specified ID as a string.
If you don't include the at sign (@) in the label parameter value, the method returns the label ID.