Skip to main content
Question

Output length limit

  • December 6, 2023
  • 2 replies
  • 52 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

Mark.Nicholson
Luminary
Forum|alt.badge.img+3

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


  • Author
  • Infrared
  • December 12, 2023

thank you very much