User Guide

64 ActionScript language elements
Availability: ActionScript 1.0; Flash Lite 1.0
Parameters
number:Number - The number to convert to a multibyte character.
See also
fromCharCode (String.fromCharCode method)
mblength function
mblength(string) : Number
Deprecated since Flash Player 5. This function was deprecated in favor of the String.length
property.
Returns the length of the multibyte character string.
Availability: ActionScript 1.0; Flash Lite 1.0
Parameters
string:String - The string to measure.
Returns
Number - The length of the multibyte character string.
See also
String, length (String.length property)
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.
Availability: ActionScript 1.0; Flash Lite 1.0
Parameters
character:String - character The character to convert to a multibyte number.