![]() ![]() ![]() ![]() | Table Of Contents | Index |
Example: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.
OnKey 'X' |PassWord('shell',4,3) COMMAND.COM
Example:
Password 'CRITTER' 4 3 ;will accept critter or CRITTER Password 'CriTTeR' 4 3 ;will only accept CriTTeR
Category: | Conditional |
---|
![]() ![]() ![]() ![]() | Table Of Contents | Index |
|