PLabel Statement

Defines a label for a specified point.

Syntax
PLabel pointNumber, newLabel

Parameters

pointNumber
Specify the point number as an expression or numeric value.
newLabel
A string expression representing the label to use for the specified point.

See Also
PDef function, PDescription, PDescription$$ function, PLabel$ function, PNumber function

PLabel Statement Example

PLabel 1, "pick"