ctrlSetText: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (add. see also)
No edit summary
Line 14: Line 14:
____________________________________________________________________________________________
____________________________________________________________________________________________


| '''ctrlSetText''' [idc, "text"] |= Syntax
| '''ctrlSetText''' [idc, text] |= Syntax


|p1= idc: [[Integer]] - control ID |= Parameter 1
|p1= [idc, text]: [[Array]] |= Parameter 1


|p2= text: [[String]] - text or image path, depending on the control type |= Parameter 2
|p2= idc: [[Integer]] - control ID |= Parameter 2
 
|p3= text: [[String]] - text or image path, depending on the control type |= Parameter 3


| [[Nothing]] |= Return value
| [[Nothing]] |= Return value

Revision as of 20:54, 21 January 2009

Hover & click on the images for description

Description

Description:
Set the text of a control of the currently active user dialog. This command can be used for static texts, buttons, edit lines and active texts as well as for images, where you can use it to set the image path. Read Dialog Control for more information about user dialogs and controls.
Groups:
Uncategorised

Syntax

Syntax:
ctrlSetText [idc, text]
Parameters:
[idc, text]: Array
idc: Integer - control ID
text: String - text or image path, depending on the control type
Return Value:
Nothing

Examples

Example 1:
ctrlSetText [100, "Hello world"]

Additional Information

See also:
ctrlTextctrlSetText control

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