 |
» |
|
|
|
Window forward. Scrolls the specified window forward. Syntax |  |
PF [amount] Program current mode
CMPF [amount] CM program
NMPF [amount] NM program
QF [amount] CM frame, Q relative
SF [amount] CM stack, S relative
GF [amount] Group window
UF [amount] [win_number] User window
VF [amount] [win_number] Virtual window
ZF [amount] Real memory window
LF [amount] LDEV window
TXF [amount] [win_number] Text window
|
Parameters |  |
- amount
The number of words or lines to scroll forward. If win_number is omitted, then the window is scrolled forward the default amount based on the following table: Cmd | Units | Default |
---|
PF | (CM/NM) words[2] | Next full screen of instructions | CMPF | CM words | Next full screen of instructions | NMPF | NM words | Next full screen of instructions | QF | CM words | Next full line of data | SF | CM words | Next full line of data | GF | User windows | To start of the next user window | UF | (CM/NM) words[2] | 1 line | VF | CM words | Next full screen of data | ZF | CM words | Next full screen of data | LF | CM words | Next full screen of data | TXF | CM words | Next full screen of text
| [2] | | |
- win_number
The window number for a specific user window (U), virtual window (V), or
text window (TX).
If win_number is omitted, then the current window is used.
The current user window is marked by an asterisk, and the current
virtual and text windows are marked in inverse video.
Examples |  |
Scroll the (current mode) program window forward six words. Scroll virtual window number 2 forward by five words. Scroll the group window (of user windows) forward by two user windows. Limitations, Restrictions |  |
none
|