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"