HPlogo System Debug Reference Manual > Chapter 9 System Debug Window Commands

wS

MPE documents

Complete PDF
Table of Contents
Index

E0201 Edition 4 ♥
E0300 Edition 3
E0692 Edition 3

Window shift. Shifts a window to the left or right. This command is defined for text windows (TX).

Syntax



   TXS  [ amount ] [win_number]

Parameters


amount

This is the number of columns to shift the window. A positive value shifts the window right (view data past the right end of the screen). A negative value shifts the window left (view data past the left end of the screen). If no value is given, the window is shifted to column 1.

win_number

The window number for a specific text window (TX). If win_number is omitted, then the current window is used.

Examples



   $nmdebug > TXS #20

Shift the window 20 columns to the right.

   $nmdebug > TXS -9999

Shift the window to the left. Any column number less than 1 is automatically converted to column 1.

Limitations, Restrictions


none




wR


UWm