|
Gilbert Beginner
Joined: 10 Oct 2000 Posts: 11 Location: Germany
|
Posted: Sun Apr 18, 2004 8:57 am
#sub and #psub question |
Hi,
if it possible to get a n char in these functions to add another line of text...
example:
Your Stats
Exp. 123
Int. 123
I can use <br> to break the line ONE TIME to add some more text behind my line. But when i tried it more then one time in a #sub or #psub like -> #sub {line1<br>my line<br>third line never goes}
it will show:
line1
myline<br>third line never goes
Its possible to add a n char?
I should more english typing...
Christian - Germany |
|
|
|
nexela Wizard
Joined: 15 Jan 2002 Posts: 1644 Location: USA
|
Posted: Sun Apr 18, 2004 9:49 am |
should be possible using %cr I think
|
|
|
|
Gilbert Beginner
Joined: 10 Oct 2000 Posts: 11 Location: Germany
|
Posted: Sun Apr 18, 2004 9:56 am |
Hi,
only %cr dont work, but %format("&s", %cr) made it, many thanks
Christian |
|
|
|
Pega Magician
Joined: 08 Jan 2001 Posts: 341 Location: Singapore
|
Posted: Sun Apr 18, 2004 1:29 pm |
Instead of %format("&s", %cr), try %{cr}.
|
|
|
|
|
|