MC-Basic:DNVRAM

From SoftMC-Wiki
Revision as of 16:00, 13 December 2010 by Arwiebe (talk | contribs) (Created page with '{{MC-Basic |SHORT FORM= DNVRAM |SYNTAX= DNVRAM[i] = ''<expression>''<br> ? DNVRAM[i] |AVAILABILITY= Version 3.0 and later |DESCRIPTION= This property allows you to assign or…')
(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 DNVRAM vector type.

Short form

DNVRAM

Syntax

DNVRAM[i] = <expression>

? DNVRAM[i]

Availability

Version 3.0 and later

Type

Double

Range

1 to DNVRAMSize

Units

NA

Default

NA

Scope

Configuration, Task or Terminal

Examples

DNVRAM[5] = 3.3

?DNVRAM[5]

See Also