SET

 

Syntax:

SET array

SET arrayname,value,start,len
SET arrayname,value,start
SET arrayname,value

 

"arrayname" is the name of the array.
"value" is the value to which each array element is set.
"start" is the starting subscript to use for the "setting".
"len" is the number of entries to set from the starting element.

 

Version Ref:  4.5

 

Description:

Fills an array with a specified value.

 

If "len" is not specified, all elements through the end of the  array are set.
If "start" is not specified, the entire array is set.

 

NOTE: The given value must be of an edit type that is compatible with the array elements.