Advertisements
AAdd | Dynamically add an element to an array |
AClone | Duplicate an array |
ACopy | Copy elements from one array to another |
ADel | Delete an element form an array |
AEval | Evaluates the subscript element of an array |
AFill | Fill an array with a specified value |
AIns | Insert a NIL value at an array subscript position |
Array | Build an uninitialized array of specified length |
AScan | Scan array elements for a specified condition |
ASize | Adjust the size of an array |
ASort | Sort an array |
ATail | Returns the rightmost element of an array |
Advertisements