PDescription$ Function

Returns description of point that defined to the specified point number.

Syntax
PDescription$( pointData)

Parameters

pointData
Specify an integer value or Pnumber or P(expr) or point label. No variables can be specified for point data parameter. To use variables, write PDescription$(P(varName)).

Return Values
Returns descriptions of specified number as a string.

See Also
PDef Function, PDescription, PLabel, PLabel\ Function

PDescription$ Statement Example

Print PDescription$(1)
Print PDescription$(P(i))