DIM StatementSummaryReserves space in memory for a one-, two-, or three-dimensional array of integer, floating-point, or string values. Syntax
DIM variable(subscript [, subscript [, subscript]]]) Remarks and ExamplesThe DIM statement reserves space in memory for an array of values. Arrays can be one-dimensional (a list of values), two-dimensional (a table of values), or three-dimensional (a cube of values). TODO matz: Continue article Copyright 2006-2008, Kevin Matz, All Rights Reserved. |
|