Comments in webCoRE?


#1

I would like to comment my webCoRE applications within the code, as well as adding to the header comments with more specifics on what the automation does. Is there a way to enable this?


#2

Click the gear icon when you add statements, you should be able to add comments.


#3

Alternatively, if you click to the right of any WITH line (to select the block), you can directly add a comment up in the top right.

temp

This method also works on most individual lines as well.


#4

As far as adding info to the very top, I sometimes make a string variable, and add my comments there.

temp


You can also comment the individual variables up there as well…

temp

Although to add a comment to the variable section, you have to follow @eibyer’s tip above.
(the lines cannot be selected normally)


#5

You can also add an overall comment/description for the piston by clicking on the piston name at top, while in edit mode. This places comments above the EXECUTE line at the beginning of piston.


#6

How did this comment get added to this variable?

It’s not present here…


#7

Did you try deleting the line and creating a new one?


#8

I could not find where that comment is located. But I want to keep that line so that I can figure out how it was commented because I want to do more of that.


#9

Can you post the backup code? I can check if it carries over to me.


#10


#11

I don’t see it in either place.


#12

I know. I cannot figure this out. And yet…


#13

Try duplicating that statement, and see if it carries over.

[EDIT] Oops…it doesn’t work with definitions