13.4. ARRAY

About
Functions order

13.4.1. About ARRAY

13.4.2. ARRAY functions order

A2EDIT() Browse 2D array in a table layout
AADD() Add a new element to the end of an array
ACLONE() Duplicate a nested or multidimensional array
ACOPY() Copy elements from one array to another
ADEL() Delete an array element
AEVAL() Execute a code block for each element in an array
AFILL() Fill an array with a specified value
AINS() Insert a NIL element into an array
ARRAY() Create an uninitialized array of specified length
ASCAN() Scan an array
ASIZE() Grow or shrink an array
ASORT() Sort an array
ATAIL() Return the highest numbered element of an array
DIRECTORY() Create an array of directory and file information
EMPTY() Determine if the result of an expression is empty
__FLEDIT() Select the appointed elements from the array of a DbStruct() type.
FT_AADDITION() Add elements unique of source array to target array
FT_AAVG() Average numeric values in an array
FT_ADESSORT() Sort an array in descending order
FT_AEMAXLEN() Find longest element within an array
FT_AEMINLEN() Find shortest element within an array
FT_AMEDIAN() Find middle value in array, or average of two middle values
FT_ANOMATCHES() Find the number of array elements meeting a condition
FT_AREDIT() 2 dimensional array editing function using TBrowse
FT_ASUM() Sum the elements of an array
FT_RESTARR() Restore a Clipper array from a disc file
FT_SAVEARR() Save Clipper array to a disc file.
LEN() Return the length of a character string or the number of elements in an array
MAP() Create new empty object (associative array)
MAPMODIFY Include/exclude control mode for attributes changing.
TYPE() Determine the type of an expression
VALTYPE() Determine the data type returned by an expression

13.4.2.2. Function AADD()

 AADD(<aTarget>, <expValue>[, <keyValue>]) --> Value

13.4.2.4. Function ACOPY()

  ACOPY(<aSource>, <aTarget>,
 [<nStart>], [<nCount>], [<nTargetPos>]) --> aTarget
 
 

13.4.2.6. Function AEVAL()

  AEVAL(<aArray>, <bBlock>,
 [<nStart>], [<nCount>]) --> aArray
 
 

13.4.2.7. Function AFILL()

 AFILL(<aTarget>, <expValue>,[<nStart>], [<nCount>]) --> aTarget

13.4.2.9. Function ARRAY()

 ARRAY(<nElements> [, <nElements>...]) aArray

13.4.2.12. Function ASORT()

 ASORT(<aTarget>, [<nStart>],[<nCount>], [<bOrder>]) --> aTarget

13.4.2.14. Function EMPTY()

 EMPTY(<exp>) --> lEmpty

13.4.2.23. Function FT_AREDIT()

 FT_AREDIT( <nTop>, <nLeft>, <nBottom>, <nRight>, <Array Name>, ;
 <nElem>, <aHeadings>, <aBlocks> [, <bGetFunc> ] ) -> xElement

13.4.2.27. Function LEN()

 LEN(<cString> | <aTarget>) --> nCount

13.4.2.30. Function TYPE()

 TYPE(<cExp>) --> cType

13.4.2.31. Function VALTYPE()

 VALTYPE(<exp>) --> cType