mikek Posted February 24, 2018 Posted February 24, 2018 I'm sure this is covered somewhere but I can't seem to find it. When writing or editing an ISY program, I'd like to be able to (1) add a comment to a specific line or section of active code and/or (2) temporarily comment out a specific line or section of code. The only thing I seem to be able to accomplish is adding a comment to the very end of the program.
mikek Posted February 24, 2018 Author Posted February 24, 2018 Any advice would be appreciated. Thanks.
stusviews Posted February 25, 2018 Posted February 25, 2018 Click on, "My 5.0 upgrade experience" and scroll down. BTW, I expected only the link to appear.
Sub-Routine Posted February 25, 2018 Posted February 25, 2018 You can disable a line (or more) of code by inserting a Repeat 0 Times before the line(s) Followed by a Repeat 1 Times after.
MrBill Posted February 26, 2018 Posted February 26, 2018 I often right click in the tree and copy the program, then disable one or the other and make changes accordingly. That's simple to me.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.