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

Clears the array.

If the array has one dimension only (i.e. if it is a vector), then each element is removed, and then after the clear, the size of the array is zero.

If the array is multi-dimensional, then the array contents is just reset to zero or NULL, according to the array datatype.