composeText: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
Line 3: | Line 3: | ||
[[Category:Scripting Commands ArmA|COMPOSETEXT]] | [[Category:Scripting Commands ArmA|COMPOSETEXT]] | ||
<h2 style="color:#000066">''' composeText ''[text1, text2, ...]'''''</h2> | |||
'''Operand types:''' | |||
''' | '''[text1, text2, ...]:''' [[Array]] | ||
'''Type of returned value:''' | '''Type of returned value:''' | ||
[[Structured Text]] | |||
'''Compatibility:''' | '''Compatibility:''' | ||
Version 2.01 required. | |||
'''Description:''' | '''Description:''' | ||
Creates a structured text by joining the given structured or plain texts. | |||
'''Example:''' | '''Example:''' | ||
txt = '''composeText''' ["First line", image "data\isniper.paa", lineBreak, "Second line"] |
Revision as of 00:40, 6 July 2006
composeText [text1, text2, ...]
Operand types:
[text1, text2, ...]: Array
Type of returned value:
Compatibility:
Version 2.01 required.
Description:
Creates a structured text by joining the given structured or plain texts.
Example:
txt = composeText ["First line", image "data\isniper.paa", lineBreak, "Second line"]