Hi all

my current printing code is this

Code:
Printer.CurrentX = 11000 
Printer.CurrentY = 2000 

Printer.Print Text8.Text
My question is how can i position my printing so that current X can go more then 11000? , i tried to set current x to 11500 but nothing is printed out

Any help is greatly appreciated