lbData

From Bohemia Interactive Community
Jump to navigation Jump to search
Hover & click on the images for description

Description

Description:
Returns the data set in given index of the CT_LISTBOX or CT_COMBO.
Groups:
GUI Control - ListBox

Syntax

Syntax:
lbData [idc, index]
Parameters:
idc: Number - control's IDC
index: Number
Return Value:
String

Alternative Syntax

Syntax:
control lbData index
Parameters:
control: Control
index: Number
Return Value:
String

Examples

Example 1:
_data = lbData [101, 0];
Example 2:
_data = _control lbData 0;

Additional Information

See also:
lbSetData

Notes

Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note
ffur2007slx2_5 - c
Posted on Sep 10, 2014 - 16:28 (UTC)
More information on the CT_LISTBOX command family can be found here.