<< Click to Display Table of Contents >> Navigation: Explain™ Control Language > Library Routines > Input and Output functions > Ascii() |
Return the ASCII number of the first character in a string.
REGULAR FUNCTION
AsciiNumb = Ascii(String)
String |
STRING |
String to determine first character. |
AsciiNumb |
INDEX |
ASCII number of the first character in String. |