Difference between revisions of "MC-Basic:CREATEPLSDATA"
Line 1: | Line 1: | ||
+ | {{Languages}} | ||
{{MC-Basic | {{MC-Basic | ||
|SHORT FORM= | |SHORT FORM= |
Revision as of 08:59, 3 May 2017
Language: | [[::MC-Basic:CREATEPLSDATA|English]] • [[::MC-Basic:CREATEPLSDATA/zh-hans|中文(简体)]] |
---|
This command creates a PLS data structure. This structure is a vector used to hold the PLSPOSITION values. Any existing data structure associated with the specified PLS is erased and all data in the structure is reset to zero. <number of points> defines the number of rows in the data structure.
Short form
CPDat
Syntax
CreatePlsData <number of points> <pls>
Availability
All versions
Type
<number of points>: Long
<pls>: string
Range
<number of points>: 1 to MaxLong
<pls>: Any name that is not a keyword and is not already given to a variable in the system.
Scope
Configuration, Task or Terminal
Limitations
- Write only.
- Data cannot be stored while being changed.
- The PLS cannot be enabled while data are being changed.
- The PLS must be declared as PLS.
Examples
CreatePlsData 10 MyPls