User Tools

Site Tools


de:redim

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

de:redim [2016/01/01 22:38]
de:redim [2020/02/28 10:46] (current)
Line 1: Line 1:
 +===== Redim =====
 +==== Format ====
 +**redim** //numericvariable//( //integer// )\\
 +**redim** //stringvariable$//( //integer// )\\
 +**redim** //numericvariable//( //rows// , //columns// )\\
 +**redim** //stringvariable$//( //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 ====
 +[[dim|Dim]]
 +==== New To Version ==== 
 +0.9.5t
  
de/redim.txt ยท Last modified: 2020/02/28 10:46 (external edit)