Object Reference : Object View and Procedure Reference : Spool
  
 
displayname
Assign a display name to an object in the spool.
Syntax
spool_name.displayname(options) object_arg new_name
where new_name specifies the display name for the object in object_arg, and object_arg is the name or position of the object. Surround object_arg with quotation marks for multiple word display names. Note that the case will be preserved in new_name.
Options
 
d
Default - sets the display name for the spool object.
NOTE - object_arg is not applicable in this case.
Examples
spool01.displayname state/tab1 "Unemployment Rate"
assigns the “Unemployment Rate” displayname to the object TAB1, which is a child of the STATE spool.
spool01.displayname(d) "Hours worked"
attaches a display name “Hours Worked” to the spool object SPOOL1.
Cross-references
See “Labeling Objects” for a discussion of labels and display names. See also Spool::label.