Label.insert Method

Creates a label ID for a specified text string.

Syntax

public str insert(
    str text, 
    str comment, 
    str module)

Run On

Called

Parameters

  • text
    Type: str
    A string data type that specifies the text associated with the label ID.
  • comment
    Type: str
    A string data type that specifies the comment associated with the label ID.
  • module
    Type: str
    A string data type that specifies a three-letter label file ID.

Return Value

Type: str
A string data type value for the label ID that is created.

Remarks

This operation allocates a new label ID across all languages.

See Also

Reference

Label Class