Home > comp > gb > long[] > 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
 
Long[].Add (gb)
Syntax
SUB Add ( Value AS Long [ , 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.