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 Usage Example
Print PLabel$(1)
Print PLabel$(P(i))