Flash Lite 2.x and 3.0 ActionScript Language Reference

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.

Parameters

string:String - The string to measure.

Returns

Number - The length of the multibyte character string.

See also

String, length (String.length property)