User Tools

Site Tools


en:redim

This is an old revision of the document!


Redim (Statement)

Format

redim array_variable ( integer )
redim array_variable ( rows , columns )
redim array_variable [ integer ]
redim array_variable [ rows , columns ]

Description

Re-sizes a previously created array, preserving data. If an array is enlarged then the new elements will not be initialized (and will be unassigned). 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.1470604123.txt.gz · Last modified: 2020/02/28 10:46 (external edit)