User Tools

Site Tools


en:redim

This is an old revision of the document!


Redim (Statement)

Format

redim numeric_array_variable ( integer )
redim string_array_variable$ ( integer )
redim numeric_array_variable ( rows , columns )
redim string_array_variable$ ( rows , columns )

Description

Re-sizes a previously created array, preserving data. If an array is enlarged then the new elements will be initialized with zero or the empty string. If an array is reduced in size the elements trimmed from the end are lost.

See Also

History

0.9.5tNew To Version
en/redim.1451713315.txt.gz · Last modified: 2020/02/28 10:46 (external edit)