4D v13.4ARRAY INTEGER |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
4D v13.4
ARRAY INTEGER
ARRAY INTEGER
The ARRAY INTEGER command creates and/or resizes an array of 2-byte Integer elements in memory.
While applying ARRAY INTEGER to an existing array:
This example creates a process array of 100 2-byte Integer elements: ARRAY INTEGER(aiValues;100) This example creates a local array of 100 rows of 50 2-byte Integer elements: ARRAY INTEGER($aiValues;100;50) This example creates an interprocess array of 50 2-byte Integer elements, and sets each element to its element number: ARRAY INTEGER(◊aiValues;50) |
PROPERTIES
Product: 4D
INDEX HISTORY
Created: < 4D v6 SEE ALSO |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||