Xylem XL-BASIC Programming Guide Manuel d'utilisateur Page 15

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 21
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 14
XL™ SERIES XL-BASIC Programming Guide 23-15
The following table lists the values that will be returned for the different
key presses.
KEY VALUE KEY VALUE
Right 1.0 Up 10.0
Enter 2.0 Left 20.0
Down 4.0 Cancel 40.0
Dot 8.0 On / Off 80.0
Example: dispopen
dispclear
display “If Raining Press ENT“
x = inkey
if x=2.0 then goto 100
dispoff
end
100
digits(0)
openfile “B:\SERVICE.LOG”
writefile “Date “;date,
writefile “ Time ”;time,
writefile “ Currently raining”
closefile
dispoff
end
LEDON Turn on the Error LED. Note the led will not turn on if the display is not
turned on.
LEDOFF Turn off the Error LED.
Vue de la page 14
1 2 ... 10 11 12 13 14 15 16 17 18 19 20 21

Commentaires sur ces manuels

Pas de commentaire