Working with Arrays

See Also

Arrays provide a way to quickly order information. Once information is in an array, you can easily search, sort, and perform other data manipulation. To get information to and from arrays, you transfer data to a table or transfer data from a table to an array.

Visual FoxPro makes no size or data type restrictions on array contents. The only restriction on size is the amount of memory available.

To transfer data from See
Arrays to tables Transferring Data from an Array to a Table
SQL statements to arrays Arrays and SQL - SELECT
Tables to arrays Transferring Data from a Table to an Array