Línguagem 4D Commands by theme ArraysVersão: 21 R3ArraysAPPEND TO ARRAY ( array : Array ; valor : Expression ) ARRAY BLOB ( nomArray : Array ; tam : Integer {; tam2 : Integer} ) ARRAY BOOLEAN ( nomeArray : Array ; tamanho : Integer {; tamanho2 : Integer} ) ARRAY DATE ( nomeArray : Array ; tamanho : Integer {; tamanho2 : Integer} ) ARRAY INTEGER ( nomeArray : Array ; tamanho : Integer {; tamanho2 : Integer} ) ARRAY LONGINT ( nomeArray : Array ; tamanho : Integer {; tamanho2 : Integer} ) ARRAY OBJECT ( nomArray : Array ; tam : Integer {; tam2 : Integer} ) ARRAY PICTURE ( nomeArray : Array ; tamanho : Integer {; tamanho2 : Integer} ) ARRAY POINTER ( nomeArray : Array ; tamanho : Integer {; tamanho2 : Integer} ) ARRAY REAL ( nomeArray : Array ; tamanho : Integer {; tamanho2 : Integer} ) ARRAY TEXT ( nomeArray : Array ; tamanho : Integer {; tamanho2 : Integer} ) ARRAY TIME ( nomArray : Array ; tamanho : Integer {; tamanho2 : Integer} ) ARRAY TO LIST ( array : Array ; lista : Text, Integer {; itemRefs : Array} ) ARRAY TO SELECTION ({ array : Array ; campo : Field {; ...(array : Array, campo : Field)}{; *} }) BOOLEAN ARRAY FROM SET ( booleanArr : Boolean array {; conjunto : Text} ) COPY ARRAY ( fonte : Array ; destino : Array ) Count in array ( array : Array ; valor : Expression ) : Integer DELETE FROM ARRAY ( array : Array ; posição : Integer {; quantos : Integer} ) DISTINCT ATTRIBUTE PATHS ( campoObjeto : Field ; rotaArray : Text array ) DISTINCT ATTRIBUTE VALUES ( campoObjeto : Field ; rota : Text ; arrayValores : Array ) DISTINCT VALUES ( campo : Field ; array : Array {; contArray : Integer array} ) Find in array ( array : Array ; valor : Expression {; inicio : Integer} ) : Integer Find in sorted array ( array : Array ; valor : Expression ;> or < {; posPrim : Integer {; posUlt : Integer}} ) : Boolean INSERT IN ARRAY ( array : Array ; onde : Integer {; quantos : Integer} ) LIST TO ARRAY ( lista : Text, Integer ; array : Array {; itemRefs : Array} ) LONGINT ARRAY FROM SELECTION ( tabela : Table ; arrayRegistro : Integer array {; seleçao : Text} ) MULTI SORT ARRAY ( array : Array {; sort : Operator}{; ...array : Array ; ...sort : Operator} )MULTI SORT ARRAY ( ptrArrayName : Pointer array ; sortArrayName : Integer array ) SELECTION RANGE TO ARRAY ( start : Integer ; end : Integer {; ...(data : Field, Table ; array : Array)} ) [SELECTION TO ARRAY ({ umCampoSize of array ( array : Array ) : Integer SORT ARRAY ( array : Array {; ...array : Array}{; > or <} ) TEXT TO ARRAY ( varText : Text ; arrText : Text array ; largo : Integer ; nomFonte : Text ; tamFonte : Integer {; estiloFonte : Integer {; *}} )