[Date Prev][Date Next][Thread Prev][Thread Next]
[Author Index] [Date Index] [Thread Index]
[SQR-USERS Info] [SQRUG Home Page]

Re: Print with Strip option.



those are the decimal values for some non-printable ascii characters
that may be in your long text string that you probably don't want
printed. 'strip' will remove them from the text string when printing.

<13> = carriage return
<9>  = tab
<10> = line feed

Ngo Bao Chau wrote:
>
> Hi Every body.
>
>         Do you know what is mean the escape character after the strip when you want print:
>
>     print $note               (+1,1) bold wrap 110 5 strip = <13><9><10>
>

--

Greg