HPlogo System Debug Reference Manual: HP 3000 MPE/iX Computer Systems > Chapter 7 System Debug Window Commands

wN

» 

Technical documentation

Complete book in PDF
» Feedback

 » Table of Contents

 » Index

Renames a virtual window or a user-defined window.

Syntax

   UN   [name] [win_number]    User window

   VN   [name] [win_number]    Virtual window

Parameters

name

The name for this user window. Names are restricted to eight alphanumeric characters.

If the name is omitted, the following default names are used:

Window

Default Name

USER (U)

<user>

VIRTUAL (V)

Virtual

win_number

The window number for a specific user window (U) or virtual window (V). If win_number is omitted, then the current window is used. The current user window is marked by an asterisk, and the current virtual window is marked in inverse video.

Examples

   %cmdebug > un datablk

Rename the current user window to "datablk."

   %cmdebug > vn parms 4

Rename virtual window number four to "parms."

Limitations, Restrictions

none

Feedback to webmaster