This section includes functions that enable you to convert characters or strings. For example return the character that corresponds
to an ASCII code or parse a string to a numeric value.
Asc Function Returns the ASCII code for the first character in a string.
Chr Function Returns the character that corresponds to an ASCII code.
Lower Function Converts upper-case characters into lower-case characters.