Saltar al contenido principal
Versión: Siguiente

Arrays

APPEND TO ARRAY ( array : Array ; valor : Expression )
ARRAY BLOB ( nomArray : Array ; tam : Integer {; tam2 : Integer} )
ARRAY BOOLEAN ( nombreArray : Array ; tamaño : Integer {; tamaño2 : Integer} )
ARRAY DATE ( nombreArray : Array ; tamaño : Integer {; tamaño2 : Integer} )
ARRAY INTEGER ( nombreArray : Array ; tamaño : Integer {; tamaño2 : Integer} )
ARRAY LONGINT ( nombreArray : Array ; tamaño : Integer {; tamaño2 : Integer} )
ARRAY OBJECT ( nomArray : Array ; tam : Integer {; tam2 : Integer} )
ARRAY PICTURE ( nombreArray : Array ; tamaño : Integer {; tamaño2 : Integer} )
ARRAY POINTER ( nombreArray : Array ; tamaño : Integer {; tamaño2 : Integer} )
ARRAY REAL ( nombreArray : Array ; tamaño : Integer {; tamaño2 : Integer} )
ARRAY TEXT ( nombreArray : Array ; tamaño : Integer {; tamaño2 : Integer} )
ARRAY TIME ( nomArray : Array ; tam : Integer {; tam2 : Integer} )
ARRAY TO LIST ( array : Array ; lista : Text, Integer {; refElementos : Array} )
ARRAY TO SELECTION ({ array : Array ; campo : Field {; ...(array : Array, campo : Field)}{; *} })
BOOLEAN ARRAY FROM SET ( arrBool : Boolean array {; conjunto : Text} )
COPY ARRAY ( fuente : Array ; destino : Array )
Count in array ( array : Array ; valor : Expression ) : Integer
DELETE FROM ARRAY ( array : Array ; posicion : Integer {; reemplazos : Integer} )
DISTINCT ATTRIBUTE PATHS ( campoObjeto : Field ; arrayRuta : Text array )
DISTINCT ATTRIBUTE VALUES ( campoObjeto : Field ; ruta : Text ; arrayValores : Array )
DISTINCT VALUES ( unCampo ; 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 ; posicion : Integer {; reemplazos : Integer} )
LIST TO ARRAY ( lista : Text, Integer ; array : Array {; refElementos : Array} )
LONGINT ARRAY FROM SELECTION ( tabla : Table ; arrReg : Integer array {; seleccion : Text} )
MULTI SORT ARRAY ( array : Array {; orden : Operator}{; ...array : Array ; ...orden : Operator} )
MULTI SORT ARRAY ( ptrArrayNombre : Pointer array ; ordenArrayNombre : Integer array )

SELECTION RANGE TO ARRAY ( inicio : Integer ; fin : Integer {; ...(data : Field, Table ; array : Array)} )
SELECTION TO ARRAY ({ campo : Field ; array : Array {; campo : Field ; array : Array {; ...(campo : Field, array : Array)}}{; *}})
Size of array ( array : Array ) : Integer
SORT ARRAY ( array : Array {; ...array : Array}{; > o <} )
TEXT TO ARRAY ( varText : Text ; arrText : Text array ; ancho : Integer ; nomFuente : Text ; tamFuente : Integer {; estiloFuente : Integer {; *}} )