ActionScript 2.0 Language Reference |
|
|
|
| ActionScript language elements > Global Functions > mbord function | |||
mbord(character:String) : Number
Deprecated since Flash Player 5. This function was deprecated in favor of String.charCodeAt().
Converts the specified character to a multibyte number.
Availability: ActionScript 1.0; Flash Player 4
character:String - The character to convert to a multibyte number.
Number - The converted character.
charCodeAt (String.charCodeAt method)
|
|
|
|