Difference between revisions of "MC-Basic:DNVRAM"

From SoftMC-Wiki
Jump to: navigation, search
m (Text replace - "''<expression>''" to "<''expression''>")
Line 4: Line 4:
  
 
|SYNTAX=
 
|SYNTAX=
DNVRAM[i] = ''<expression>''<br>
+
DNVRAM[i] = <''expression''><br>
  
 
? DNVRAM[i]
 
? DNVRAM[i]

Revision as of 08:04, 17 March 2014

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

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