I'm learning XPRINT. Need to know how to center text on a page.
I've set scale
XPRINT SCALE (0,0)-(8.5,11) 'Inch scale for landscape mode (not sure)
I've positioned like this
XPRINT SET POS (5.5,4.25) 'Center of page
Now I want to print an arbitrary string ex ("This page left blank intentionally")
What do I do now?
Thanks,
Bob Mechler
I've set scale
XPRINT SCALE (0,0)-(8.5,11) 'Inch scale for landscape mode (not sure)
I've positioned like this
XPRINT SET POS (5.5,4.25) 'Center of page
Now I want to print an arbitrary string ex ("This page left blank intentionally")
What do I do now?
Thanks,
Bob Mechler
Comment