Subject: How can I say to my printer to do half line jumps?
Message-ID: <al161926.721610685@academ01>
Date: 12 Nov 92 23:24:45 GMT
Sender: usenet@mtecv2.mty.itesm.mx
Lines: 28
Nntp-Posting-Host: academ01.mty.itesm.mx
Hi everybody
I hope your networking is ok 8)...well..my problem is that I'm writing a program
that needs to do exact printing on determined places, say a registration form
but in some places the letters are printed on the the line, instead of abouve it, say
a bbb a bbb
a a b b a a b b
--aaaaaaa---bbb--------- instead of aaaaaaa bbb
a a b b a a b b
a a bbb a a bbb
______________________
that's why I need to say to the printer to move the page half of a line, to print more exactly..I'm using a DeskJet 500 and I'm printing using Write(lst,something), thanks in advance.