4D v14.3ARRAY STRING |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
4D v14.3
ARRAY STRING
ARRAY STRING
The ARRAY STRING command creates and/or resizes an array of String elements in memory. Compatibility Note: Databases created beginning with version 11 of 4D are executed by default in Unicode mode (see the ASCII Codes section). In this mode, the functioning of the ARRAY STRING command is strictly identical to that of the ARRAY TEXT command (the strLen parameter is ignored). It is recommended to use ARRAY TEXT in new developments. The ARRAY STRING command is kept only for reasons of compatibility.
While applying ARRAY STRING to an existing array:
This example creates a process array of 100 31-character String elements: ARRAY STRING(31;asValues;100) This example creates a local array of 100 rows of 50 63-character String elements: ARRAY STRING(63;$asValues;100;50) This example creates an interprocess array of 50 255-character String elements and sets each element to the value “Element #” followed by its element number: ARRAY STRING(255;◊asValues;50) |
PROPERTIES
Product: 4D
HISTORY
Modified: 4D v11 SQL SEE ALSO ARTICLE USAGE
4D Language Reference ( 4D v11 SQL Release 6) |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||