
PT-Basic Programming Manual Ver. 1.00 42/143
This command will shut down the system.
To check the agency ID is correct or not.
IF CHECK_AID("6421","08724") THEN
PRINT "AID OK..."
ELSE
PRINT "AID NG..."
END IF
WHILE INKEY$=""
WEND
A% is an integer variable to be assigned to the result.
S1$ is a string variable, indicating the UserID that needs 4~8
characters.
S2$ is a string variable, indicating the password that needs
4~8 characters.
Komentáře k této Příručce