4D v14.3ARRAY REAL |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
4D v14.3
ARRAY REAL
ARRAY REAL
The ARRAY REAL command creates and/or resizes an array of Real elements in memory.
While applying ARRAY REAL to an existing array:
This example creates a process array of 100 Real elements: ARRAY REAL(arValues;100) This example creates a local array of 100 rows of 50 Real elements: ARRAY REAL($arValues;100;50) This example creates an interprocess array of 50 Real elements and sets each element to its element number: ARRAY REAL(◊arValues;50) |
PROPERTIES
Product: 4D
HISTORY
Created: < 4D v6 SEE ALSO ARTICLE USAGE
4D Language Reference ( 4D v11 SQL Release 6) |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||