composeText

From Bohemia Interactive Community
Revision as of 01:40, 6 July 2006 by Planck (talk | contribs)
Jump to navigation Jump to search


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