!short: AADD()         Add a new element to the end of an array
!file:C5G0_001.EHO:AADD()
!short: ACHOICE()      Execute a pop-up menu
!file:C5G0_001.EHO:ACHOICE()
!short: ACLONE()       Duplicate a nested or multi-dimensional array
!file:C5G0_001.EHO:ACLONE()
!short: ACOPY()        Copy elements from one array to another
!file:C5G0_001.EHO:ACOPY()
!short: ADEL()         Delete an array element
!file:C5G0_001.EHO:ADEL()
!short: ADIR()*        Fill a series of arrays with directory information
!file:C5G0_001.EHO:ADIR()*
!short: AEVAL()        Execute a code block for each element in an array
!file:C5G0_001.EHO:AEVAL()
!short: AFIELDS()*     Fill arrays with the structure of the current database file
!file:C5G0_001.EHO:AFIELDS()*
!short: AFILL()        Fill an array with a specified value
!file:C5G0_001.EHO:AFILL()
!short: AINS()         Insert a NIL element into an array
!file:C5G0_001.EHO:AINS()
!short: ARRAY()        Create an uninitialized array of specified length
!file:C5G0_001.EHO:ARRAY()
!short: ASCAN()        Scan an array for a value or until a block returns true (.T.)
!file:C5G0_001.EHO:ASCAN()
!short: ASIZE()        Grow or shrink an array
!file:C5G0_001.EHO:ASIZE()
!short: ASORT()        Sort an array
!file:C5G0_001.EHO:ASORT()
!short: DBSTRUCT()     Create an array containing the structure of a database file
!file:C5G0_001.EHO:DBSTRUCT()
!short: DECLARE*       Create and initialize private memory variables and arrays
!File:C5g0_004.EHO:DECLARE*
!short: DIRECTORY()    Create an array of directory and file information
!file:C5G0_001.EHO:DIRECTORY()
!short: LEN()          Return the length of a string or the number of array elements
!file:C5G0_001.EHO:LEN()
!short: LOCAL          Declare and initialize local variables and arrays
!File:C5g0_004.EHO:LOCAL
!short: PRIVATE        Create and initialize private memory variables and arrays
!File:C5g0_004.EHO:PRIVATE
!short: PUBLIC         Create and initialize public memory variables and arrays
!File:C5g0_004.EHO:PUBLIC
!short: STATIC         Declare and initialize static variables and arrays
!File:C5g0_004.EHO:STATIC

