Escaping characters: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 70: Line 70:
* What you type in the "Text" property of the Label control is ''exactly''  what will be in memory. No escape characters apply.
* What you type in the "Text" property of the Label control is ''exactly''  what will be in memory. No escape characters apply.
* What will appear in the Label preview (in the GUI Editor, on the left) is rendered following the rules described in this page for Labels (read further).
* What will appear in the Label preview (in the GUI Editor, on the left) is rendered following the rules described in this page for Labels (read further).


{| class="wikitable"
{| class="wikitable"
Line 88: Line 89:
|}
|}


'''IMPORTANT NOTE:''' There was a bug in some versions of AGS older than 3.2 : typing aaa\[bbb in the Text property of a Label would render it as follows in the Label:
{| class="wikitable"
| aaa\<br>bbb
|}


<big>'''2) At runtime, in a Label or a Display()'''</big>
<big>'''2) At runtime, in a Label or a Display()'''</big>
132

edits