460 Chapter 12: ActionScript Dictionary
Returns
A string.
Description
String function; converts an ASCII code number to a multibyte character.
See also
String.fromCharCode()
mblength
Availability
Flash Player 4. This function has been deprecated in favor of the String class.
Usage
mblength(string)
Parameters
string
A string.
Returns
A number.
Description
String function; returns the length of the multibyte character string.
mbord
Availability
Flash Player 4. This function was deprecated in Flash 5 in favor of String.charCodeAt().
Usage
mbord(character)
Parameters
character
The character to convert to a multibyte number.
Returns
A number.
Description
String function; converts the specified character to a multibyte number.
See also
String.fromCharCode()