Home > comp > gb > array > resize 
 en fr de es it nl pl pt pt_BR mk sq ca hu tr ar fa id vi ko ja ru zh zh_TW eo
Previous  Next  Edit  Rename  Undo  Search  Administration  
Documentation  
Warning! This page is not translated.  See english version 
Array.Resize (gb)
SUB Resize ( Size AS Integer )

Resizes the array.

If the array is reduced, then elements are removed from the end.

If the array is expanded, then new elements with a default value are inserted at the end.

The array cannot be resized if it is multi-dimensional.