Asc()

edit

Determines the value of a character.

Asc( string=string, position=number );

Returns: Number

Argument Description Default
string
string, required
edit

A string

position
number, optional
edit

Position of the character

1

Examples

edit
dump(Asc("Pascal Groß")); // 80
dump(Asc("Pascal Groß",11)); // 223

See also