DISPLAY displays a value in an output window.
---->(DISPLAY)----+----(:SHOW)----->-----+---->
| |
+----(:HIDE)----->-----+
| |
+----(:CLEAR)---->-----+
| |
+----|datum value|-----+
The following options are available to display your
values.
- :SHOW - displays the output window.
- :HIDE - removes the output window from the display.
- :CLEAR - clears any values displayed in the output
window.
You can also simply enter the text you want to display.
Use this action to display any value or text in an output
window. For example, this may be the name and dimensions
of the active viewport.
The following parameter sequence uses the datum value parameter
to display the value 42.
DISPLAY 42