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