Array Manipulation
These commands and functions make it possible for you to work with arrays of variables.
To |
Use |
---|---|
Copies elements from one array to another array. |
|
Deletes an element from a one-dimensional array, or a row or column from a two-dimensional array. |
|
Places information about files into an array and then returns the number of files. |
|
Returns the number of an array element from the element's subscripts. |
|
Retrieves and stores information about the structure of the table in a specified work area, specified by a table alias, or in the currently selected work area in an array and returns the number of fields in the table. |
|
Places information about available fonts, such as their names, into an array. |
|
Inserts an element into a one-dimensional array, or a row or column into a two-dimensional array. |
|
Returns the number of elements, rows, or columns in an array. |
|
Adds one record to the currently selected table for each row in an array and fills each record with data from the corresponding array row. |
|
Creates an array of existing data session IDs. |
|
Searches an array for an element containing the same data and data type as an expression. |
|
Sorts elements in an array in ascending or descending order. |
|
Returns the row or column subscript of an element from the element's number. |
|
Copies data from the currently selected table to an array. |
|
Creates a one- or two-dimensional array. |
|
Creates a one-dimensional or two-dimensional array of variables. |
|
Replaces the data in the current record of the currently selected table with data from an array, a set of variables, or an object. |
|
Copies data from the current record to a set of variables or to an array. |