Formula Engine Reference Guide
 

 

Back to Class Index

 

CODE(S)

Description
This function returns the ASCII code for the first character in string S.
 
Parameters
S

A string value
 
Examples
CODE("test") = 116
 
CODE(H100) = 107
where H100 = "k"
 
CODE(M10) = 56
where M10 = "89"