|
Syntax |
ASC(Text) |
|
Description |
Converts the leading character in <Text> to its numeric UNICODE value. |
|
Example |
ASC ("abc") => 97 |
|
Text |
String from which to get UNICODE code from first character. |