Dokumentaro de Gambaso
Compilation & Installation
Components
gb
Array
Remove
Error
gb.crypt
gb.qt4
Documents
Indekso de Lingvo
Language Overviews
LeguMin
Lexicon
Registro

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. 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.