GetKeys()
>Can someone please please please tell me why this doesn't wurk?!?
You need to:
return(theKeys[theKey >> 3] >> (theyKey & 0x07) & 1);
As you can see from the code, it's a packed boolean array with the bits in each
byte numbered from the low order to the high order bit.
You also need Think Reference :-).