MC-Basic:LNVRAM

From SoftMC-Wiki
Revision as of 16:00, 13 December 2010 by Arwiebe (talk | contribs) (Created page with '{{MC-Basic |SHORT FORM= |SYNTAX= LNVRAM[i] = ''<expression>''<br> ? LNVRAM[i] |AVAILABILITY= All versions |DESCRIPTION= This property allows you to assign or query a value …')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

This property allows you to assign or query a value in a long NVRAM integer vector type.

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]

See Also