parseText: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
Line 28: | Line 28: | ||
'''Example:''' | '''Example:''' | ||
txt = parseText "First line<img image=data\isniper.paa/><br/>Second line" | txt = '''parseText''' "First line<img image=data\isniper.paa/><br/>Second line" |
Revision as of 21:16, 28 June 2006
parseText text
Operand types:
text: String
Type of returned value:
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/><br/>Second line"