Home > comp > gb > boolean[] > add 
  [3.0]
 fr de es it nl pl pt pt_BR mk sq ca ar fa vi ja ru zh zh_TW eo
Previous  Next  Edit  Rename  Undo  Refresh  Search  Administration  
Documentation
History
 
Boolean[].Add (gb)
Syntax
SUB Add ( Value AS Boolean [ , Index AS Integer ] )

Inserts an element into the array at the position specified by Index.

The elements stored after this position are shifted.

If Index is not specified, the element is added at the end of the array.