Object Reference : Object View and Procedure Reference : Table
  
 
clearremarks
Clear the contents of the remarks attribute.
Removes the table’s remarks attribute, as shown in the label view of the table.
Syntax
table_name.clearremarks
Examples
t1.clearremarks
t1.label
The first line removes the remarks from the table T1, and the second line displays the label view of T1, including the now blank remarks field.
Cross-references
See “Labeling Objects” for a discussion of labels and display names.
See also Table::label.