Topic: DMD0012

Help File Version: 2.9.4.37

SETNUMR - Set Numeric Range


The Set Numeric Range (SETNUMR) instruction sets each location within a specified range of numeric locations to the same value.

 

 


Parameters:

Note: Use the F9 key to open the Default Element Selection Tool (the Element Picker or the Element Browser) or use the Down-Arrow key (Auto-Complete) on any parameter field to see a complete list of the memory locations that are valid for that parameter of the instruction.

 

Start - specifies the first numeric memory location of the range. This can be any writable location from a numeric data block.

 

End - specifies the last numeric memory location of the range. This location must be the same memory type as Start, it must also be sequentially later in the memory range.

 

Value - specifies the value that each location in the defined range will be set to. This value can be any constant value of the appropriate size and type or any readable numeric location.

 


See Also:

SETNUMR - Set Numeric Range

 

MOVER - Move Range of Values

 

RSTR - Reset Range

 

SETR - Set Range

 

INIT - Initialize Data



Related Topics:

MEMCLEAR - Clear Memory Range

 

MEMCOPY - Copy Memory Range

 

MOVE - Move Value

 

MOVEBIT - Move Single Bit

 

REFWRITE - Write Value Indirectly

 


Rung Example: