ActionScript 2.0 Language Reference |
|
|
|
| ActionScript language elements > Global Functions > mblength function | |||
mblength(string:String) : Number
Deprecated since Flash Player 5. This function was deprecated in favor of the methods and properties of the String class.
Returns the length of the multibyte character string.
Availability: ActionScript 1.0; Flash Player 4
string:String - The string to measure.
Number - The length of the multibyte character string.
String, length (String.length property)
|
|
|
|