Returns or sets the Notes field for the current session to text. If text is not given, then the current Notes are returned. If text is specified, but blank ("") then the Notes field is cleared. Otherwise the text is appended as a new line to the current Notes field.
The Notes are viewable in the edit session screen on the Notes tab.
charcomment Examples:
#CALL %charcomment("This is my first comment") Sets the Notes field to "This is my first comment".
#CALL %charcomment("This is the second line") Adds a new comment
#SHOW %charcomment Displays:
This is my first comment
This is the second line