Painkiller
Programmer
Hi,
I'm trying to print from a program, but for some reason I can't get good results from the printer.
I'm trying to print string s followed by numbers. something like this:
printer.print "Lease costs: " & sngLeaseCosts
printer.print "Car value: " & sngCarValue
with several similar lines beneath each other.
I'm using spaces in the string to make sure that the numbers are displayed right above each other. However, when I print, the result looks something like this:
Lease Costs: 1400
Car value: 40000
What gives? Why aren't the numbers printed right beneath each other?
Hope somebody can help me
Sujesh
I'm trying to print from a program, but for some reason I can't get good results from the printer.
I'm trying to print string s followed by numbers. something like this:
printer.print "Lease costs: " & sngLeaseCosts
printer.print "Car value: " & sngCarValue
with several similar lines beneath each other.
I'm using spaces in the string to make sure that the numbers are displayed right above each other. However, when I print, the result looks something like this:
Lease Costs: 1400
Car value: 40000
What gives? Why aren't the numbers printed right beneath each other?
Hope somebody can help me
Sujesh