Archive for July, 2008

Arrays

Tuesday, July 1st, 2008

Arrays are what tables are to C-based programming languages and what databases are for SQL-based languages. Arrays or tables as they are sometimes called can be used to store the contents of several variables and to create one, you use the following syntax: Array(key=>value) The array in the syntax refers to the ...