Flash Lite 2.x and 3.0 ActionScript Language Reference

ord function

ord(character) : Number

Deprecated since Flash Player 5. This function was deprecated in favor of the methods and properties of the String class.

Converts characters to ASCII code numbers.

Parameters

character:String - The character to convert to an ASCII code number.

Returns

Number - The ASCII code number of the specified character.

See also

String, charCodeAt (String.charCodeAt method)