version 6.7 (Modified)
LONGINT ARRAY FROM SELECTION (table; recordArray{; selection})
Parameter | Type | Description | |
table | Table | Table of the current selection | |
recordArray | Longint Array | Array of record numbers | |
selection | String | Name of the named selection or | |
the current selection if this parameter is omitted |
Description
The LONGINT ARRAY FROM SELECTION command fills the recordArray array with the (absolute) record numbers that are in selection.
If you do not pass the selection parameter, the command will use the current selection of table.
Note: The array element number 0 is initialized to -1.
See Also