Argox PA-20 Basic Programming Manual Bedienungsanleitung Seite 43

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 143
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 42
PT-Basic Programming Manual Ver. 1.00 42/143
SYS_SUSPEND
Purpose
To shut down the system.
Syntax
SYS_SUSPEND
Example
SYS_SUSPEND
Description
This command will shut down the system.
CHECK_AID
Purpose
To check the agency ID is correct or not.
Syntax
A%=CHECK_AID(S1$ , S2$)
Example
IF CHECK_AID("6421","08724") THEN
PRINT "AID OK..."
ELSE
PRINT "AID NG..."
END IF
WHILE INKEY$=""
WEND
Description
A% is an integer variable to be assigned to the result.
A%
0
1
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.
Seitenansicht 42
1 2 ... 38 39 40 41 42 43 44 45 46 47 48 ... 142 143

Kommentare zu diesen Handbüchern

Keine Kommentare