LONGINT ARRAY FROM SELECTION

4D - Documentation   Français   English   German   4th Dimension 2004, Command Theme List   4th Dimension 2004, Command Alphabetical List   4th Dimension 2004, Constant Theme List   Back   Previous   Next

version 6.7 (Modified)


LONGINT ARRAY FROM SELECTION (table; recordArray{; selection})

ParameterTypeDescription
tableTableTable of the current selection
recordArrayLongint ArrayArray of record numbers
selectionStringName 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

CREATE SELECTION FROM ARRAY.


4D - Documentation   Français   English   German   4th Dimension 2004, Command Theme List   4th Dimension 2004, Command Alphabetical List   4th Dimension 2004, Constant Theme List   Back   Previous   Next