Skip to main content

Commenting Blocks of ZPL Code at Once

  • August 17, 2020
  • 1 reply
  • 387 views

Forum|alt.badge.img

Hello!

Is there a shortcut to be able to comment out entire blocks of code at once? 

1 reply

Kevin Scales
En-Lightened
Forum|alt.badge.img+1
  • En-Lightened
  • 185 replies
  • August 17, 2020

Hi Isaiah,

There are three ways to make comments, but they are not block comments. You can use REM or ! at the start of a line, and you can use # to append a comment on the same line as a piece of code (but not inside a string, in that case it's just part of the string).

Best,

Kevin Scales