How to set line spacing ?"print"

This forum is for eXpress++ general support.
Post Reply
Message
Author
User avatar
Eugene Lutsenko
Posts: 1649
Joined: Sat Feb 04, 2012 2:23 am
Location: Russia, Southern federal district, city of Krasnodar
Contact:

How to set line spacing ?"print"

#1 Post 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]

Koverhage
Posts: 150
Joined: Mon Feb 01, 2010 8:45 am

Re: How to set line spacing ?"print"

#2 Post by Koverhage »

Yes, see your printer manual
and then use a command like this
? chr(27) + "0"
Klaus

User avatar
Eugene Lutsenko
Posts: 1649
Joined: Sat Feb 04, 2012 2:23 am
Location: Russia, Southern federal district, city of Krasnodar
Contact:

Re: How to set line spacing ?"print"

#3 Post by Eugene Lutsenko »

Does anyone know ESC is the sequence of the task line spacing for PDFCreater?

skiman
Posts: 1183
Joined: Thu Jan 28, 2010 1:22 am
Location: Sijsele, Belgium
Contact:

Re: How to set line spacing ?"print"

#4 Post by skiman »

PDFcreator is a Windows driver, the ESC commands won't work.
Best regards,

Chris.
www.aboservice.be

Post Reply