composeText: Difference between revisions

From Bohemia Interactive Community
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]]


<new command not populated>


<h2 style="color:#000066">''' composeText ''[text1, text2, ...]'''''</h2>


<h2 style="color:#000066">''''' composeText '''''</h2>


'''Operand types:'''


'''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 01:40, 6 July 2006


composeText [text1, text2, ...]


Operand types:

[text1, text2, ...]: Array

Type of returned value:

Structured Text

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"]