Home > comp > gb.qt > listbox > 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
 
ListBox.Add (gb.qt)
Syntax
SUB Add ( Text AS String [ , Index AS Integer ] )

Adds an item to the ListBox.

If Index is specified, then the new item is inserted at the Index position, 0 being the first item.

If Index is not specified, the new item is inserted at the end of the list.