|
 |
|
The following commands and functions work with arrays:
- %array(values)
- Creates a COM array and returns it
- %arrget(arrayname,index)
- Returns an element from an array
- %arrhigh(arrayname)
- returns the index of the last element in an array
- %arrset(arrayname,index,value)
- sets an element of an array to a value
|
|