Jump to content
C4 Forums | Control4

Programming Notes


NextGenAV

Recommended Posts


Really the only way to add comments or notes is to create string variables and type whatever text you want.  The downside is, your variable list becomes extremely long.

You can try what I do and that is to be very descriptive in your naming conventions for variables, macros, etc.

Link to comment
Share on other sites

2 hours ago, lippavisual said:

Really the only way to add comments or notes is to create string variables and type whatever text you want.  The downside is, your variable list becomes extremely long.

You can try what I do and that is to be very descriptive in your naming conventions for variables, macros, etc.

That is how I do it... but I just use one extra variable called "comments" and use this for all lines of notes.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.