TYPE is NOT the same as copying a file to a printer or network destination. It ASSuMEs it is sending text, and has problems with word wrap, long files without returns, etc. It is a dBASE II command and ought to be avoided. See https://hackfox.github.io/section4/s4g173.html for details.
On Mon, Nov 13, 2023 at 7:44 AM Chris Davis chrisd@actongate.co.uk wrote:
Thanks Woody
That seems to behave the same as me using ...
STRTOFILE(label1.mlabel,"c:\batch\testlabel.txt") TYPE c:\batch\testlabel.txt TO PRINTER
If I do this with the example label from labelary it works fine, if I use it with my own label where I have an embedded image it doesn't. The embedded image command is long as it contains the data in hex format.