Makes a UESH array and sets their values
If you want to store a group of values in one variable, you can use this command to create arrays of values. Such variables will have the [n] suffix, for example, $values[1].
[n]
$values[1]
setrange <$variablename> <value1> [value2] [value3] ...
setrange $vars One Two Three Four: Makes an array of $vars holding the four values
setrange $vars One Two Three Four
$vars
Last updated 1 year ago