lbDelete: Difference between revisions
m (VBS2 scripting category removal)  | 
				m (Text replace - "{{uc:{{PAGENAME}}}}" to "{{uc:{{PAGENAME}}}} {{uc:{{PAGENAME}}}}")  | 
				||
| Line 48: | Line 48: | ||
[[Category:Command_Group:_GUI_Control|{{uc:{{PAGENAME}}}}]]  | [[Category:Command_Group:_GUI_Control|{{uc:{{PAGENAME}}}}]]  | ||
[[Category:Scripting Commands ArmA2|{{uc:{{PAGENAME}}}}]]  | [[Category:Scripting Commands ArmA2|{{uc:{{PAGENAME}}}}]]  | ||
[[Category:Scripting_Commands_Take_On_Helicopters|{{uc:{{PAGENAME}}}}]]  | |||
Revision as of 11:16, 2 November 2011
Description
- Description:
 - Removes the item with the given index from the listbox or combobox with id idc of the topmost user dialog.
 - Groups:
 - Uncategorised
 
Syntax
- Syntax:
 - lbDelete [idc, index]
 - Parameters:
 - [idc, index]: Array
 - idc: Number of control
 - index: Number
 - Return Value:
 - Nothing
 
Alternative Syntax
Examples
- Example 1:
 lbDelete [101, 0]
- Example 2:
 _control lbDelete 0
Additional Information
- See also:
 - See also needed
 
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
Categories: 
- Scripting Commands
 - Introduced with Operation Flashpoint version 1.5
 - Operation Flashpoint: New Scripting Commands
 - Operation Flashpoint: Scripting Commands
 - Command Group: Uncategorised
 - Scripting Commands: Local Effect
 - Scripting Commands OFP 1.96
 - Scripting Commands ArmA
 - Command Group: GUI Control
 - Scripting Commands ArmA2
 - Scripting Commands Take On Helicopters