Forum Discussion
belltown
11 years agoRoku Guru
"mhardwick-vertigo" wrote:
In case you want to switch the default commenting from REM to ' when using CTRL-k/SHIFT-CTRL-k this post is helpful.
http://stackoverflow.com/questions/8147 ... in-notepad
Nice to know, although personally I like to use REM for commenting/un-commenting whole sections of code with CTRL-Q when I'm trying to comment out whole chunks of code during debugging, leaving the apostrophe comments for 'real' code comments. I can easily strip out all of my commented-out test code later by just looking for REM statements.