Object Reference : Object View and Procedure Reference : Table
  
 
title
Assign or change the title of a table.
Syntax
table_name.title title_arg
where title_arg is a case sensitive string which may contain spaces.
Examples
tab1.title Estimated Models
sets the TAB1 title to “Estimated Models.”
tab1.title
clears the TAB1 title.
Cross-references
See also Table::displayname and Table::label.