Object Reference : Object View and Procedure Reference : Spool
  
 
comment
Assign a comment to an object in the spool.
Syntax
spool_name.comment object_arg new_comment
where new_comment specifies the comment for the object specified in object_arg, where object_arg is the name or position of the object. Surround object_name with quotation marks for multiple word comments.
Examples
spool01.comment state/tab1 "The state population of Alabama as found\nfrom http://www.census.gov/popest/states/NST-ann-est.html."
assigns the following comment to object TAB1 embedded in the STATE object:
“The state population of Alabama as found
from http://www.census.gov/popest/states/NST-ann-est.html.”
The “\n” is used to indicate the start of a new line in the comment.
Cross-references
See “Labeling Objects” for a discussion of labels and display names.
See also Spool::label.