MC-Basic:CREATEPLSDATA

From SoftMC-Wiki
Revision as of 16:09, 13 December 2010 by Arwiebe (talk | contribs) (1 revision)
Jump to: navigation, search

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

See Also