
-----------------------------------
Pear-i
Tue Mar 25, 2003 2:42 pm

controls question
-----------------------------------
this is probably a simple question, 
but I was just wondering how would i switch the controls for my program to 
use the up down left right buttons rather than letters / numbers?

thanks

-----------------------------------
Tony
Tue Mar 25, 2003 3:31 pm


-----------------------------------

var c:string(1)
getch(c)
put "ASCII of ", c," is ", ord(c)


this prog will tell you ASCII values of any key pressed

-----------------------------------
Pear-i
Tue Mar 25, 2003 4:19 pm

thanks!
-----------------------------------
thanks Tony *smiles* you've been most helpful ^_^

hehehe I should've known how to do that :p
