composeText: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
No edit summary
Line 10: Line 10:
____________________________________________________________________________________________
____________________________________________________________________________________________


| [[Structured Text]] <nowiki>=</nowiki> '''composeText''' [ [[String]], [[String]], ...] |= Syntax
| [[Structured Text]] <nowiki>=</nowiki> '''composeText''' [ Value , Value, ...] |= Syntax


|p1=Value: [[String]] or [[Structured Text]] |= Parameter 1


| [[Structured Text]] |= Return value
| [[Structured Text]] |= Return value

Revision as of 14:21, 23 November 2008

-wrong parameter ("Arma") defined!-1.00
Hover & click on the images for description

Description

Description:
Creates a structured text by joining the given structured or plain texts.
Groups:
Uncategorised

Syntax

Syntax:
Structured Text = composeText [ Value , Value, ...]
Parameters:
Value: String or Structured Text
Return Value:
Structured Text

Examples

Example 1:
_txt = composeText ["First line", image "data\isniper.paa", lineBreak, "Second line"]

Additional Information

See also:
See also needed

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