Question

Output length limit

  • 6 December 2023
  • 2 replies
  • 35 views

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? 


2 replies

Userlevel 7
Badge +3

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