go to several stcks in same window
Sjoerd Op 't Land
sjoerdoptland at mac.com
Sat Jan 26 02:14:01 EST 2002
rawKeyDown keyNumber
keyDown keyName
keyName is an ASCII char (8bit)
keyNumber is a key ID number (16 bit)
charToNum(keyName) will return a number between 0 and 2^8
numToChar(keyNumber) shouldn't return anything, because the input can
possibly be a number higher than 2^8, so won't be a valid ASCII number.
Hope this clarifies some things...
Regards, / Groeten,
Sjoerd
More information about the use-livecode
mailing list