4D v14.3ARRAY DATE |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
4D v14.3
ARRAY DATE
ARRAY DATE
The ARRAY DATE command creates and/or resizes an array of Date elements in memory.
While applying to an existing array:
This example creates a process array of 100 Date elements: ARRAY DATE(adValues;100) This example creates a local array of 100 rows of 50 Date elements: ARRAY DATE($adValues;100;50) This example creates an interprocess array of 50 Date elements, and sets each element to the current date plus a number of days equal to the element number: ARRAY DATE(◊adValues;50) |
PROPERTIES
Product: 4D
HISTORY
Created: < 4D v6 ARTICLE USAGE
4D Language Reference ( 4D v11 SQL Release 6) |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||