parseText: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 11: Line 11:
'''Operand types:'''
'''Operand types:'''


text: [[String]]
'''text:''' [[String]]


'''Type of returned value:'''
'''Type of returned value:'''

Revision as of 18:13, 1 July 2006



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"