Object Reference : Object View and Procedure Reference : Svector
  
 
displayname
Display name for the svector objects.
Attaches a display name to an svector object which may be used to label output in place of the standard object name.
Syntax
svector_name.displayname display_name
Display names are case-sensitive, and may contain a variety of characters, such as spaces, that are not allowed in svector object names.
Examples
svec1.displayname List of Names
svec1.label
The first line attaches a display name “List of Names” to the svector object SVEC1, and the second line displays the label view of SVEC1, including its display name.
Cross-references
See “Labeling Objects” for a discussion of labels and display names.
See also Svector::label.