Next:
lowercase
Up:
Character and String Functions
Previous:
hex()
Contents
Index
ichar
Format:
ichar(letter [, n])
Result:
Number
Description:
Returns the ASCII code of a character. By default
n
is 1.
e.g.:
SPECTRA
>
*
= ichar(A)
65