Object Reference : Object View and Procedure Reference : Spool
  
 
title
Assign or change the title of a spool.
Syntax
spool_name.title title_arg
where title_arg is a case sensitive string which may contain spaces and carriage returns.
Examples
spool1.title Estimated Models\nfor 2017
sets a two line title for SPOOL1 where the first line is "Estimated Models" and the second line is "for 2017."
spool1.title
clears the SPOOL1 title.
Cross-references
See also Spool::displayname and Spool::label.