CommentaryCL (Reserved Word)

image\trumpet2.gif Disclaimer

This reserved word sends the expression (or list of expressions) to the Analysis Commentary window for whatever bar is selected by the Analysis Commentary pointer.

You can use this reserved word multiple times, and it will include a carriage return at the end of each expression (or list of expressions) sent.

CommentaryCL("My Expression") ;

MyExpression is a single or a comma-separated list of numeric, text string, or true/false expressions that are sent to the Analysis Commentary window.

Example

The following will result in the string "This is one line of commentary" being sent to the commentary window. Any additional commentary sent will be placed on the next line.

CommentaryCL("This is one line of commentary") ;

You can use the CommentaryCL reserved word multiple times, and it will include a carriage return at the end of each expression (or list of expressions) sent. In order to generate a message that does not include carriage returns, use the reserved word Commentary.