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.
Modifies the text and comment associated with a specified label.
Syntax
public boolean modify(
str label,
str text,
[str comment])
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.
- text
Type: str
A string that specifies the text associated with a label ID.
- comment
Type: str
A string that specifies the comment associated with a label ID.
Return Value
Type: boolean
true if the label ID is modified; otherwise, false.