Advertisement
totoyo

[Basic Casio] Améliorer ses menus

Sep 8th, 2014
858
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. 6->Z
  2. 2->B
  3. Isz Z
  4. Do
  5. Locate 1,B,">"
  6. Do
  7. Getkey->K
  8. LpWhile K=0 // ou Not K
  9. For 1->R To 150:Next
  10. If K=28
  11. Then If B!=2
  12. Then B-1->B // ou Dsz B
  13. Else Z->B
  14. IfEnd
  15. IfEnd
  16. If=37
  17. Then If B!=Z
  18. Then B+1->B // ou Isz B
  19. Else 2->B
  20. Ifend
  21. IfEnd
  22. LpWhile K!=31
  23. ClrText
  24.  
  25.  
  26.  
  27. ====================================
  28. Valeurs du Getkey : http://www.planet-casio.com/Fr/reference_basic_casio/commande_basic.php?fonc=20
  29. Menu déroulant : www.planet-casio.com/Fr/programmes/voir_un_programme_casio.php?showid=1682
  30. Tutoriel de programmation en Basic Casio : http://www.planet-casio.com/Fr/programmation/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement