Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- CA-Clipper 5.2 . The Guide To CA-Clippe - <b> array manipulation</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 Array Manipulation
-------------------------------------------------------------------------------
 Reference Item| Description
               |
 AADD()        | Add a new element to the end of an array
 ACHOICE()     | Execute a pop-up menu
 ACLONE()      | Duplicate a nested or multidimensional array
 ACOPY()       | Copy elements from one array to another
 ADEL()        | Delete an array element
 ADIR()        | Fill a series of arrays with directory information
 AEVAL()       | Execute a code block for each element in an array
 AFIELDS()     | Fill arrays with the structure of the current database file
 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 for a value or until a block returns (.T.)
 ASIZE()       | Grow or shrink an array
 ASORT()       | Sort an array
 ATAIL()       | Return the highest numbered element of an array
 DBSTRUCT()    | Create an array containing the structure of a database file
 DECLARE       | Create and initialize private memory variables and arrays
 DIRECTORY()   | Create an array of directory and file information
 EMPTY()       | Determine if the result of an expression is empty
 LEN()         | Return the length of a character string or array size
 TYPE()        | Determine the type of an expression
 VALTYPE()     | Determine the data type returned by an expression
-------------------------------------------------------------------------------

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson