Flash Lite 2.x and 3.0 ActionScript Language Reference

mbord function

mbord(character) : Number

Deprecated since Flash Player 5. This function was deprecated in favor of String.charCodeAt() method.

Converts the specified character to a multibyte number.

Parameters

character:String - character The character to convert to a multibyte number.

Returns

Number - The converted character.

See also

charCodeAt (String.charCodeAt method)