ReDim: Difference between revisions

From BR Wiki
Jump to navigation Jump to search
(Created page with "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 also the chart on Visual Basic 6")
 
No edit summary
Line 2: Line 2:


See also the chart on [[Visual Basic 6]]
See also the chart on [[Visual Basic 6]]
<noinclude>
[[Category:Programming Language]]
</noinclude>

Revision as of 15:16, 16 July 2013

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 also the chart on Visual Basic 6