Related Topics: | ||
Description: Returns a numerical code for the first character in a text string. The returned code corresponds to the ANSI character set.
Syntax: CODE(Text)
Text is the text for which you want the code of the first character.
Example:
CODE("A") = 65
CODE("!") = 33
© 1992-2015. ReliaSoft Corporation. ALL RIGHTS RESERVED.