lbSetText (VBS2)
From Bohemia Interactive Community
| Editors, please check Policy: Scripting Command Page Syntax. |
Click on the images for descriptions
Introduced in
- Game:
- Virtual Battlespace 2
- Version:
- 1.00
Description
- Description:
- Sets the text in the item with the given index of the given listbox or combobox to the given data.
Syntax
- Syntax:
- ctrlID lbSetText [index,text]
- Parameters:
- ctrlID: Control
- index: Number
- text: String
- Return Value:
- Nothing
Examples
- Example 1:
_control lbSetText [1,"#1"]
Additional Information
- Multiplayer:
- Behaviour unknown.

