HP 3000 Manuals

INPUT [ MPE/iX Quick Reference Guide ] MPE/iX 5.0 Documentation


MPE/iX Quick Reference Guide

INPUT 

Permits the user to assign a string to any variable.  All numeric input
is treated as a string.  See TYPEOF function in appendix B of the MPE/iX 
Commands Reference Manual (32650-90003), and SETVAR command in the same
manual.

INPUT [NAME=]varname[;PROMPT=prompt][;WAIT=seconds]

     INPUT Response; "Enter YES or NO>" 
     INPUT Response; "Press any key to continue" 



MPE/iX 5.0 Documentation