Label.moduleId Method

Returns the label file ID for a specified label ID.

Syntax

public str moduleId(str label)

Run On

Called

Parameters

  • label
    Type: str
    A string that specifies the label ID. The string must include the at sign (@) followed by a label file ID and a number.

Return Value

Type: str
A string that indicates the label file ID for a specified label ID.

Remarks

You need to call or searchNext and pass the return value as a parameter to labelId.

See Also

Label Class

How to: Create a Label File