Skip to main content

When using print to output in zpl, there is a limit to the length of one output. How can we break through this limit and output multiple parameters at once? 

Use a comma at the end of the PRINT statement so that the next one starts where the last ended


thank you very much


Reply