| View previous topic :: View next topic |
| Author |
Message |
dahumm Newbie

Joined: 28 Feb 2005 Posts: 2
|
Posted: Mon Feb 28, 2005 6:13 am Post subject: Newline withing curly brackets? |
|
|
I get a weird output when i try to produce a newline within curly brackets.
Exemple : lbrace newline rbrace
I read the Forum and some FAQ's but didn't find the answere to this problem.
Can anybody help me with this? THX |
|
| Back to top |
|
 |
RGB Super User


Joined: 25 Nov 2003 Posts: 1743 Location: In Lombardy, near a glass of red Tuscany wine
|
Posted: Mon Feb 28, 2005 6:32 am Post subject: |
|
|
Brackets must be opened and closed inside the same line. If you need that the closing one goes to the next line, try the following:
| Code: | left[ "math stuff" right none
newline
left none "other math stuff" right] |
The "none" code will fix your problem |
|
| Back to top |
|
 |
dahumm Newbie

Joined: 28 Feb 2005 Posts: 2
|
Posted: Mon Feb 28, 2005 10:03 am Post subject: |
|
|
| cool thank u |
|
| Back to top |
|
 |
|