ReDim

From BR Wiki
Revision as of 17:52, 18 July 2013 by Laura (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

The Visual Basic equivalent of MAT, used to change the size of an array use Redim or ReDim Preserve (to also keep the existing values).

See the chart on Visual Basic 6

See also Redimension.