Array Functions

Array Functions

This section describes the functions to search, resize, and query arrays.
REDIM
Changes the size of an array.
INSERTROW
Inserts a new row into an existing array.
DELROW
Deletes a new row from an existing array
ROWSIZE
Returns the number of rows in an array.
COLUMNSIZE
Returns the number of columns in an array.
FIND
Searches a string array for an occurrence of a sub-string.