Perhaps a dofferent approach might help here.

by (Login MystikShadows)

INKEY$ can be used for all of that.

SELECT CASE LEN(INKEY$)
...... CASE 1 <- Standard keys
...... CASE 2 <- Extended keys (function keys and such)
...... CASE 4 <- Mouse related keys buttons
END SELECT

don't quote me but I think powerbasic uses something like this.



    
This message has been edited by MystikShadows from IP address 69.205.201.142 on Jun 2, 2008 5:54 AM

Posted on Jun 2, 2008, 5:54 AM
from IP address 69.205.201.142

Respond to this message   

Return to Index


Response TitleAuthor and Date
that wouldn't actually make any dofferencemennonite on Jun 2