PDescription Statement
Define a comment of specified point data.
Syntax
PDescription point data, Newcomment
Parameters
- point data
- Specify an integer value, Pnumber, P(expr), or point label. No variables can be specified for point data parameter. To use variables, write PDescription Statement (P(varName)), "new comment".
- Newcomment
- A string expression specifying a comment for the specified point data.
Description
PDescription save a description in specified point data of controller memory.
Description saved in memory of the controller is delated from memory when creating or executing a program. Execute the “SavePoints” to save in point file if necessary.
See Also
PDef Function, PDescription$ Function, PLabel, PLabel$ Function
PDescription Statement Example
PDescription 1, "Comment"