4D v15 R2

LONGINT ARRAY FROM SELECTION

Home

 
4D v15 R2
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.



See also 

CREATE SELECTION FROM ARRAY

 
PROPERTIES 

Product: 4D
Theme: Arrays
Number: 647

 
HISTORY 

Modified: 4D v6.7

 
ARTICLE USAGE

4D Language Reference ( 4D v15)
4D Language Reference ( 4D v15 R2)
4D Language Reference ( 4D v15.4)
4D Language Reference ( 4D v15.3)