[Date Prev][Date Next][Thread Prev][Thread Next]
[Author Index]
[Date Index]
[Thread Index]
[SQR-USERS Info]
[SQRUG Home Page]
Re: Writting a \r\n to a string in SQR
Encode <13> into $CarRtn
...will work 13 is the decimal acsii value of a carrage return.
or
let $CarRtn = chr(013)
will work too.
-Alan.
Charles Tate
<charles.tate@ To: SQR-USERS@list.iex.net
AMS.COM> cc:
Sent by: Subject: Writting a \r\n to a
string in SQR
"Discussion of Expire On:
SQR, Brio
Software's
database
reporting
language"
<SQR-USERS@lis
t.iex.net>
08/13/2002
08:17 AM
Please respond
to sqr-users
Hello all,
Does anyone know how to write a carriage return and a new line to a string
in sqr?
Thanks,
Charles