MC-Basic:DNVRAM

From SoftMC-Wiki
Revision as of 09:25, 23 March 2014 by Lisa (talk | contribs)
Jump to: navigation, search

This property allows you to assign or query a value in a DNVRAM vector type.

IMPORTANT.svgIMPORTANT
THIS COMMAND IS OBSOLETE

Short form

DNVRAM

Syntax

DNVRAM[i] = <expression>

? DNVRAM[i]

Availability

Since Version 3.0

Type

Double

Range

1 to DNVRAMSize

Units

NA

Default

NA

Scope

Configuration, Task or Terminal

Examples

DNVRAM[5] = 3.3

?DNVRAM[5]

See Also