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