Object Reference : Object View and Procedure Reference : Alpha
  
 
displayname
Display name for an alpha object.
Attaches a display name to an alpha object. The display name may be used to label output in tables and graphs in place of the standard alpha object name.
Syntax
alpha_name.displayname display_name
Display names are case-sensitive, and may contain various characters, such as spaces, that are not allowed in alpha object names.
Examples
names.displayname Employee Name
names.label
The first line attaches a display name “Employee Name” to the alpha object NAMES, and the second line displays the label view of NAMES, including its display name.
Cross-references
See “Labeling Objects” for a discussion of labels and display names. See also Alpha::label.