ctrlText: Difference between revisions
Jump to navigation
Jump to search
(add. classification) |
m (VBS2 scripting category removal) |
||
Line 51: | Line 51: | ||
[[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}}}}]] | ||
Revision as of 05:11, 19 July 2011
Description
- Description:
- Returns the text of a control of the currently active user dialog. This command can be used on static texts, buttons, edit lines and active texts as well as for images, where it returns the image path. Read Dialog Control for more information about user dialogs and controls.
- Groups:
- Uncategorised
Syntax
- Syntax:
- String = ctrlText idc
- Parameters:
- idc: Number - control ID
- Return Value:
- String - The text or image path is returned, dependent on the control type.
Alternative Syntax
- Syntax:
- String = ctrlText controlName
- Parameters:
- controlName: Control
- Return Value:
- String - (as above).
Examples
- Example 1:
_text = ctrlText 100
- Example 2:
_text = ctrlText _control
Additional Information
- See also:
- ctrlSetText
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