Difference between revisions of "MC-Basic:LNVRAM"
m (1 revision) |
|||
Line 13: | Line 13: | ||
|DESCRIPTION= | |DESCRIPTION= | ||
This property allows you to assign or query a value in a long NVRAM integer vector type. | This property allows you to assign or query a value in a long NVRAM integer vector type. | ||
+ | |||
+ | {{Note/Important| '''THIS COMMAND IS OBSOLETE'''}} | ||
|TYPE= | |TYPE= | ||
Line 43: | Line 45: | ||
* [[Axystems:MC-Basic:NVRAMFORMAT|NVRAMFORMAT]] | * [[Axystems:MC-Basic:NVRAMFORMAT|NVRAMFORMAT]] | ||
− | + | [[Category:Axystems:Obsolete|LNVRAM]] | |
}} | }} |
Revision as of 11:43, 11 March 2014
This property allows you to assign or query a value in a long NVRAM integer vector type.
IMPORTANT | |
THIS COMMAND IS OBSOLETE |
Syntax
LNVRAM[i] = <expression>
? LNVRAM[i]
Availability
All versions
Type
Long integer
Range
1 to LNVRAMSize
Units
NA
Default
NA
Scope
Configuration, Task or Terminal
Limitations
In a task, the axis must be attached to that task.
Examples
LNVRAM[5] = 3
?LNVRAM[5]