Incorrect. #K() is for converting ASCII Code into ASCII Characters.
The keyboard is ASCII based.
Quote:
- new script function ascii(c) to get the
ascii code of a character (ascii(A) is 65);
the other way (converting ascii code to
character) can still be done by using the
#K(num) message code (#K(65) is A)
|
This is taken from newfeatuers2001.txt