Ascii

Description

Returns the character code for the first character in a string.

Syntax

Ascii ( str)

Arguments

str is a string.

Remarks

Ascii returns the character code for the first character in str. If str is an empty string, Ascii returns zero. If str is null, Ascii returns null.