HP 3000 Manuals

MODIFY INPUT [ HP Transact Reference Manual ] MPE/iX 5.0 Documentation


HP Transact Reference Manual

MODIFY INPUT 

Modifies the contents of the input register.

Syntax 

{MODIFY INPUT} [new_value]
{MIN         }
Parameters 

new_value        A literal value to place in the input register at the
                 specified location.  The new_value parameter can be
                 enclosed in quotes if embedded, preceding or trailing
                 blanks are desired.  If this parameter is omitted, the
                 current value of the of the input register is displayed.
                 Either a new value can be entered or Return can be
                 pressed to leave the contents of the input register
                 unchanged.

Discussion 

This command allows you to change the contents of the input register.  If
you do not specify a new value for the input register, the current value
is displayed.  You can then enter the new value or press Return to leave
the input register unchanged.

Example 

The following example shows how to change the contents of the input
register.

     TRANDEBUG> MODIFY INPUT YES 
     TRANDEBUG> DISPLAY INPUT 

      INPUT REGISTER:     YES

     TRANDEBUG> MODIFY INPUT 
      INPUT REGISTER:     <YES> := <          >
      Return 

     TRANDEBUG> DISPLAY INPUT 

      INPUT REGISTER:     YES



MPE/iX 5.0 Documentation