Commenting Blocks of ZPL Code at Once

  • 17 August 2020
  • 1 reply
  • 242 views

Badge

Hello!


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


1 reply

Userlevel 4
Badge +1

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

Reply