N-R > ord

ord

Syntax

ord(character);

Arguments

character The character to convert to an ASCII code number.

Description

String function; converts characters to ASCII code numbers.

Player

Flash 4 or later. This function has been deprecated in Flash 5, and it is recommended that you use the methods and properties of the String object instead.

See also

String (object)