4D v14.3

LONGINT ARRAY FROM SELECTION

Home

 
4D v14.3
LONGINT ARRAY FROM SELECTION

LONGINT ARRAY FROM SELECTION 


 

LONGINT ARRAY FROM SELECTION ( aTable ; recordArray {; selection} ) 
Parameter Type   Description
aTable  Table in Table of the current selection
recordArray  Longint array in Array of record numbers
selection  String in Name of the named selection or the current selection if this parameter is omitted

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 aTable.

Note: The array element number 0 is initialized to -1.

 
PROPERTIES 

Product: 4D
Theme: Arrays
Number: 647

 
HISTORY 

Modified: 4D v6.7

 
SEE ALSO 

CREATE SELECTION FROM ARRAY

 
ARTICLE USAGE

4D Language Reference ( 4D v11 SQL Release 6)
4D Language Reference ( 4D v12.4)
4D Language Reference ( 4D v14 R3)
4D Language Reference ( 4D v14 R2)
4D Language Reference ( 4D v13.5)
4D Language Reference ( 4D v14.3)
4D Language Reference ( 4D v14 R4)