endl: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - " \| *('''[a-zA-Z0-9]+''') \|r1=" to " \|s1= $1 |r1=") |
Lou Montana (talk | contribs) m (Text replacement - " \|s1=" to " |s1=") |
||
Line 12: | Line 12: | ||
The line break works for [[diag_log]] and [[ctrlSetText]]. It doesn't work with the [[hint]] because [[hint]] interprets printable "\n" as line break instead. Alternatively one can use [[toString]] command to get other characters. | The line break works for [[diag_log]] and [[ctrlSetText]]. It doesn't work with the [[hint]] because [[hint]] interprets printable "\n" as line break instead. Alternatively one can use [[toString]] command to get other characters. | ||
|s1= '''endl''' | |||
|r1=[[String]] - line break | |r1=[[String]] - line break |
Revision as of 15:44, 13 June 2021
Description
- Description:
- Description needed
- Groups:
- Strings
Syntax
- Syntax:
- endl
- Return Value:
- String - line break
Examples
- Example 1:
diag_log ("line1" + endl + "line2");
- Example 2:
_ctrl = findDisplay 46 ctrlCreate ["RscTextMulti", -1]; _ctrl ctrlSetPosition [0,0,1,1]; _ctrl ctrlCommit 0; _ctrl ctrlSetText format ["line1%1line2%1line3", endl];
Additional Information
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