Working with Comments

Use comments to add notations to expressions. The information in a comment block is informational only, and it will not be evaluated as part of the expression.

To add or remove a comment:

  1. To add a comment, from the Statements section of the palette, drag a comment to the editor, or click insert statement and select comment from the drop down list. The expression builder guides you to where you can insert a comment. For example, you can insert a comment before or after an If statement, but not within the statement itself.

    When you add a comment to the editor, a vertical blue bar is added to the editor to indicate a statement block.

  2. To remove a comment, click remove statement in the statement block around the comment and select Remove.