Password

Password (Pswd,column,row)
This command opens up a password box at row and column. The user must
type the password correctly before the command will execute.
Example:
OnKey 'X'
|PassWord('shell',4,3)
COMMAND.COM
The password is case sensitive if the password in the source code is
lower case. But if the password in the source code is in uppercase then
the password is not case sensitive.
Example:
Password 'CRITTER' 4 3 ;will accept critter or CRITTER
Password 'CriTTeR' 4 3 ;will only accept CriTTeR

