control lbAdd text

Operand types

control : Control
text: String

Type of returned value

Description

Adds an item with the given text to the given listbox or combobox.
It returns the index of the newly added item.

Used In

ArmA

Example

_index = _control lbAdd "First item"
Search OFPEC COMREF