PLabel$ Function
Returns the point label associated with a point number.
Syntax
PLabel$(point)
Parameters
- point
- Specify an integer value or Pnumber or P(expr) or point label. Cautions for compatibility No variables can be specified for point parameter To use variables, write PLabel$(P(varName)).
See Also
PDef Function, PDescription, PDescription$ Function,PLabel, PNumber Function
PLabel$ Function Example
Print PLabel$(1)
Print PLabel$(P(i))