Structured Text: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
m (Wiki texts should not be signed.) |
||
Line 18: | Line 18: | ||
hint _txt; | hint _txt; | ||
---- | ---- | ||
[[Category: Data Types]] | [[Category: Data Types]] |
Revision as of 09:59, 7 September 2007
Description:
Rich text, is able to include pictures, formating ...
It can be created using XML like syntax, as seen in parseText.
Introduced with Armed Assault, does not refer to Cold War Crisis or Resistance.
Example
_separator1 = parseText "<br><br />------------------------<br><br />";
_image = "Images\ArmAtec.paa";
_txt = composeText [image _image,"Heading Text",_separator1,"Content"];
hint _txt;