Ascii()

Ascii()

Type: REGULAR FUNCTION

Purpose: Returns the ASCII number of the first character in a string.

Usage: AsciiNumb = Ascii(String)

 

String

STRING

String to determine first character.

 

AsciiNumb

INDEX

ASCII number of the first character in String.

Related Topics Link IconRelated Topics