- Code: Select all Expand view
Function Main()
local oPrn
PRINT oPrn TO "miEpson"
PAGE
oPrn:Say( 4, 4, "hola mundo" )
ENDPAGE
ENDPRINT
return nil
This code is ok . work print in Epson
- Code: Select all Expand view
unction Main()
local oPrn
PRINT oPrn TO "miEpson"
oPrn:SetPage(1) // code added
PAGE
oPrn:Say( 4, 4, "hola mundo" )
ENDPAGE
ENDPRINT
return nil
The work print in Brother HL duplex ( default printer)