<note>

<note> may be used to place a comment in the Macro Language. The contents of the element is any standard text.

Description

<ignore>, rather than <note>, is the preferred way to add comments to code. Alternatively, you may use XML comments, with the syntax <!--Your comment-->. <note> may cause unintended consequences, such as forcing a worksheet if it appears in a <link> or a <merge>.

Syntax

<note>[COMMENT_CONTENTS]></note>

Attributes

type
The type of comment may be one of the following:
user
A comment added by the user.
base
A comment added by the system that identifies the table to which the actions are applied.
link
A comment added by the system preceding a link.

Example

<base table="pub.demo.retail.item"/>
<note type="user"> Selecting store #1 for further analysis</note>
<sel value="store=1"/>