DADiSP Worksheet Functions > Function Categories > Annotation > COMMENT

 

COMMENT

Purpose:

Sets the comment for the first series in a Window.

Syntax:

COMMENT(win, "string")

win

-

Optional. Window reference. Defaults to the current Window.

"string"

-

A string, the comment.

Example:

comment(W4, "Data as of " + getdate)

 

places a string similar to Data as of 1-11-2003 into the current comment field. Press [F2] to see the new comment field.

Remarks:

The comment field is displayed in the information box. It can be accessed by pressing [F2] or by clicking on the "I" icon.

 

Each Dataset has one comment. All series within a Dataset have the same comment. Changing the comment does not automatically save the new comment with the Dataset. You must save the series to save the comment.

 

Use GETCOMMENT to return the comment of a series.

 

See SETCOMMENT to set the comment of a series.

See Also:

GETCOMMENT

SETCOMMENT