Well I've managed to output a nice text file except for one teeny
problem. When I use this
<MvASSIGN NAME="l.cr" VALUE="{asciichar(13) $ asciichar(10)}">
I end up with this:
<?xml version="1.0"?>
<rss version="2.0">
<channel>
Instead of:
<?xml version="1.0"?>
<rss version="2.0">
<channel>
I then tried using the escape character (ie. the backslash) and
hitting enter everywhere I needed a new line, but still end up with
the
. How can I get each line ON a separate line?
Sandy
Comment