CALL KCODE
Contents |
Effect
Returns the code of the first character in a string A$ with Korean characters.
Syntax
CALL KCODE(B$,A$)
Parameters
A$ is the string of characters (character constant, variable, array variable or expression).
For a correct working, it's better to use Hangul characters regrouped in blocks.
B$ is the code (hexadecimal, 4 digits) of the first character in the string A$.
Use then PRINT B$ to see the code!
Related to
Compatibility
Hangul BASIC version 3 or higher