4D v16.3ARRAY LONGINT |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
4D v16.3
ARRAY LONGINT
ARRAY LONGINT
The ARRAY LONGINT command creates and/or resizes an array of 4-byte Longint elements in memory.
When applying ARRAY LONGINT to an existing array:
This example creates a process array of 100 4-byte Long Integer elements: ARRAY LONGINT(alValues;100) This example creates a local array of 100 rows of 50 4-byte Long Integer elements: ARRAY LONGINT($alValues;100;50) This example creates an interprocess array of 50 4-byte Long Integer elements and sets each element to its element number: ARRAY LONGINT(◊alValues;50)
See also
|
PROPERTIES
Product: 4D HISTORY
Created: < 4D v6 ARTICLE USAGE
4D Language Reference ( 4D v16) |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||