Msg: 5068 *Conference*
05-07-94 11:01:28
From: DREW BLANCHAR
To : CLARENCE HALL
Subj: REPLY TO MSG #5061 (PRINTING)
a couple things.....when you go to CHR$(14) you're in double size and that _IS_ 40 characters to the line (if normal was 80).....so I don't see the problem yes....that should have been a semi-colon or nothing at all.....and you don't want to send CHR$(27), the escape code, with the simple ascii 14 code.....you only need the escape when you're doing the special codes for the printer.....ascii 14 is a STANDARD and does NOT need the leading ESC.