Flash 8 Documentation |
|||
| ActionScript 2.0 Language Reference > ActionScript language elements > Global Functions > mbsubstring function | |||
mbsubstring(value:String, index:Number, count:Number) : String
Deprecated since Flash Player 5. This function was deprecated in favor of String.substr().
Extracts a new multibyte character string from a multibyte character string.
Availability: ActionScript 1.0; Flash Player 4
value:String - The multibyte string from which to extract a new multibyte string.
index:Number - The number of the first character to extract.
count:Number - The number of characters to include in the extracted string, not including the index character.
String - The string extracted from the multibyte character string.
Version 8
Send me an e-mail when comments are added to this page | Comment Report
Current page: http://livedocs.adobe.com/flash/8/main/00001746.html