I tried that and did not succeed. I then tried: (leaving in your lines but
replacing their effect with mine.

CLS
SET var vsoulig TEXT = (CHAR(27) + '-1' + 'ACBDefgh')
SET var vsoulig TEXT = (CHAR(27) + CHAR(45) + CHAR(49) + 'ACBDefgh')

SET var vnormal TEXT = (CHAR(27) + '-0' + 'ABCDefgh')
SET var vnormal TEXT = (CHAR(27) + CHAR(45) + CHAR(48) + 'ABCDefgh')
out bletch
WRITE .vsoulig
WRITE .vnormal
out screen

I wrote it to the file "bletch" so I could see what was produced. When I
copied that file to my printer I got what you wanted - the first line
underlined, the second not.



----- Original Message -----
From: "J.M. GRATIAS" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, July 09, 2001 4:28 PM
Subject: Re: Issue with Generic text printer


>
> Here is my test program :
>
> CLS
> SET var vsoulig TEXT = (CHAR(27) + '-1' + 'ACBDefgh')
> SET var vnormal TEXT = (CHAR(27) + '-0' + 'ABCDefgh')
> out printer
> WRITE .vsoulig
> WRITE .vnormal
> out screen
>
> It should underline the fist line and not the second ...
> It works OK with  RBW 6.1a (1.700xRT01).
> But  don't works on RBW6.5++ (build 1.842xRT03) : Escape is replaced by
> point (.)
>
> Same printer (generic text) in both cases.
>
> Also, RBW6.5++ eject one page, and RBW6.1a don't ...
>
> Where could be the difference ?
> I can't see any between the 2 RBASE.CFG that could explain that ...
>
> Any idea ?
>
> J.M. GRATIAS, Logimatique, France

Reply via email to