Object Reference : Object View and Procedure Reference : String
  
 
display
Display table, graph, or spool output in the string object window.
Display the contents of a table, graph, or spool in the window of the string object.
Syntax
string_name.display object_name
Examples
string1.display tab1
Display the contents of the table TAB1 in the window of the object STRING1.
Cross-references
Most often used in constructing an EViews Add-in. See “Custom Object Output”.