 |
» |
|
|
|
User-defined windows are custom named pointers.
G Group:1 %
U1 count DB+5 % 000004 000000 000000 000000
U2 students DB+2 A ".." "Bi" "ll" ".."
U3 *currnum Q-5 % 000002 000132 000253 060301
|
window banner line Refer to the G (Group) window discussion for a description of the banner line.
window body line(s) U# - The abbreviation for user window, followed by the number
of the window. For example, U2 is read "user window number 2."
* - An asterisk is placed next to the "current" (most recently
used) user window. Several window commands are defined to operate on
the current window, unless an optional window number is supplied.
name - The name of the user window; the name is supplied when
the window is created.
address - The address where the user window is located.
The address is always displayed based on the current output base
of the group window that is displayed in the GW banner. The output
base for the group window may be altered (Refer to the GR command.)
%, A - The output display base for the data values in the user
windows. The output base for each user window can be individually selected. (Refer to the UR command.)
values - The actual data values are displayed in the
current output base for this window.
|