Skip to main content
Skip table of contents

f$Asc


f$Asc

This function returns the ASCII code of a character.

Syntax:

Number = f$Asc(Character)

 

Argument

Type

Meaning

 

Character

String

Character to be read. In the case that a string with more than one character is given, the function returns the ASCII code of the first character.

Result:

Integer

ASCII code of the character or 0 if an empty string (") is entered.

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.