parseText

From Bohemia Interactive Community
Revision as of 22:15, 28 June 2006 by Hoz (talk | contribs)
Jump to navigation Jump to search



parseText text


Operand types:

text: String

Type of returned value:

Structured text

Compatibility:

Version 2.01 required.

Description:

Creates a structured text by parsing the given XML description.


Example:

txt = parseText "First line<img image=data\isniper.paa/>&ltbr/>Second line"