Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!watmath!clyde!rutgers!mit-eddie!genrad!decvax!ucbvax!GRINNELL.MAILNET!McGuire_Ed From: McGuire_Ed@GRINNELL.MAILNET.UUCP Newsgroups: mod.computers.vax Subject: Password validation Message-ID: <8702121347.AA24645@ucbvax.Berkeley.EDU> Date: Wed, 11-Feb-87 17:28:00 EST Article-I.D.: ucbvax.8702121347.AA24645 Posted: Wed Feb 11 17:28:00 1987 Date-Received: Fri, 13-Feb-87 06:12:57 EST Sender: daemon@ucbvax.BERKELEY.EDU Organization: The ARPA Internet Lines: 5 Approved: info-vax@sri-kl.arpa You shouldn't use the INQUIRE statement to prompt for passwords. Instead, use READ SYS$COMMAND. This is because the uparrow key, which is used to recall previous commands, also recalls whatever you type in response to the INQUIRE statement. The READ statement does not keep what you type in the recall buffer.