This is the legacy 4D documentation web site. Documentations are progressively being moved to developer.4d.com

Home

 
4D v20 R7
_o_ARRAY STRING

_o_ARRAY STRING 


 

_o_ARRAY STRING ( strLen ; arrayName ; size {; size2} )  
Parameter Type   Description
strLen  Longint in Length of string (1... 255)
arrayName  Array in Name of the array
size  Longint in Number of elements in the array or Number of rows if size2 is specified
size2  Longint in Number of columns in a two-dimensional array

The operation of the _o_ARRAY STRING command is strictly identical to that of the ARRAY TEXT command (the strLen parameter is ignored). It is now recommended to use ARRAY TEXT exclusively in your 4D developments.

 
PROPERTIES 

Product: 4D
Theme: Deprecated Commands
Number: 218

This command is deprecated and should not be used anymore

 
PAGE CONTENTS 
 
HISTORY 

Modified: 4D v11 SQL
Renamed: 4D v15 (ARRAY STRING)

 
ARTICLE USAGE

4D Language Reference ( 4D v20 R7)