===== Array Elements ===== ==== Format ==== One Dimensional **array** [ [[integerexpressions|index]] ] \\ Two Dimensional **array** [ [[integerexpressions|row]] , [[integerexpressions|column]] ] \\ ==== Description ==== After you create an array, you can set and retrieve the values of the array using square braces containing integer index numbers. By default the index is an integer from 0 to one less than the length of an array is used to index values within an array. This behavior can be modified with the arraybase statement. ==== See Also ==== {{page>en:start#Arrays and Variables&noheader}}