WinStudio : Code Block Comment

Started by richardh, October 07, 2013, 08:51:38 AM

Previous topic - Next topic

richardh

 ???... embarrassing to admit but I've forgotten how to comment a block of code in WinStudio.

Am I mistaken or didn't block commenting use */ or something similar?

Thanks,
RH

Deana

In WinBatch a semicolon indicates the beginning of a comment. All characters to the right of the semi-colon are considered comments, and are ignored.

I recommend using the right-click context menu option to comment blocks of code. First Highlight the lines of code you would like to comment out. Right click in WinBatch Studio then select the menu option. and select 'Code Blocks' | 'Comment Block of Code'.
Deana F.
Technical Support
Wilson WindowWare Inc.

richardh

lol... maybe I'm mistaken but I thought there used to be a way in older versions of Studio that you could turn commenting on and off with */ or similar for code blocks without it putting a ; in front of each line.

Your suggestion works too.

I was just curious as to if there was a new way to do it in the latest version of Studio.

Thanks