aset (array, index, value)
An array.
A numeric index into the array.
The new value to be placed in the array.
Sets an array element to the value at the index. If the index is past the end of the array, then the array will be extended with nils to the index and the value inserted.
This function can also be called using square bracket syntax for referencing array elements, with the syntax: array[index] |
Copyright © 1995-2010 by Cogent Real-Time Systems, Inc. All rights reserved.