Page 1 of 1

How to set line spacing ?"print"

Posted: Tue Jan 16, 2018 10:53 pm
by Eugene Lutsenko
Is there a way to set (i.e. to reduce) the line spacing when you type this way?

Code: Select all

              set device to printer
              set printer on
              set printer to (mFileNameTXT)
              set console off

              ?"Row 1"
              ?"Row 2"
              ?"*****"
              ?"Row n"

              Set device to screen
              Set printer off
              Set printer to
              Set console on
[/size]

Re: How to set line spacing ?"print"

Posted: Tue Jan 16, 2018 11:32 pm
by Koverhage
Yes, see your printer manual
and then use a command like this
? chr(27) + "0"

Re: How to set line spacing ?"print"

Posted: Wed Jan 17, 2018 9:20 am
by Eugene Lutsenko
Does anyone know ESC is the sequence of the task line spacing for PDFCreater?

Re: How to set line spacing ?"print"

Posted: Fri Jan 19, 2018 1:04 am
by skiman
PDFcreator is a Windows driver, the ESC commands won't work.