lnbGetColumnsPosition: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(description & syntax)
m (description)
Line 7: Line 7:
____________________________________________________________________________________________
____________________________________________________________________________________________


| Returns the index of the selected item of the given listbox or combobox. |= Description
| Returns the index of the selected item of the given listbox or combobox (Range from 0 to 1). |= Description
____________________________________________________________________________________________
____________________________________________________________________________________________


Line 17: Line 17:




|x1= <code>[[lnbGetColumnsPosition]] _ctrl;</code>|= Example 1
|x1= <code>([[lnbGetColumnsPosition]] _ctrl) [[call]] [[BIS_fnc_parseNumber]] //0.4;</code>|= Example 1
____________________________________________________________________________________________
____________________________________________________________________________________________



Revision as of 14:48, 9 September 2014

Hover & click on the images for description

Description

Description:
Returns the index of the selected item of the given listbox or combobox (Range from 0 to 1).
Groups:
Uncategorised

Syntax

Syntax:
lnbGetColumnsPosition _ctrl
Parameters:
_ctrl: Control
Return Value:
Array

Examples

Example 1:
(lnbGetColumnsPosition _ctrl) call BIS_fnc_parseNumber //0.4;

Additional Information

See also:
lnbAddArraylnbAddColumnlnbAddRowlnbClearlnbColorlnbCurSelRowlnbDatalnbDeleteColumnlnbDeleteRowlnbPicturelnbSetColorlnbSetColumnsPoslnbSetCurSelRowlnbSetDatalnbSetPicturelnbSetTextlnbSetValuelnbSizelnbTextlnbValue

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

Notes

Bottom Section