Specifications

EssentialsofCrestronProgramming
89
-or-
Right-click the signal and select Insert special "//" signal.
-or-
Select the signal and press Alt+F5.
You can temporarily disable symbols in a program by commenting them out. In SIMPL
Windows, an excluded symbol will have a comment marker (two forward slashes "//") as
a prefix. The compiler ignores any line of code that appears after the comment marker.
You can use comments if the code in a section of your program is broken and you want to
bypass it in order to debug some other part of the program.
To comment out a symbol
In either Detail View or Program View, right-click the symbol and select
Comment Out Symbol on the submenu to check it off.
-or-
In either Detail View or Program View, select the symbol and press Alt+F1.
Once you have commented out the symbol you will see the comment marker in the
symbol's title bar in Detail View. In Program View, the symbol will also have the
comment marker.
You can toggle the above commands to remove the comment marker and enable the
symbol.