The ARRAY property defines a single- or multidimensional array in a field or record element. In multidimensional arrays, ROW_MAJOR declares the rightmost subscript to be the fastest varying. COLUMN_MAJOR declares the leftmost subscript to be the fastest varying. If you do not specify either ROW_MAJOR or COLUMN_MAJOR, the default is ROW_MAJOR.