Mbsubstring Function - MACROMEDIA FLASH 8-FLASH LITE 2.X ACTIONSCRIPT LANGUAGE Reference

Flash lite 2.x actionscript language reference
Hide thumbs Also See for FLASH 8-FLASH LITE 2.X ACTIONSCRIPT LANGUAGE:
Table of Contents

Advertisement

Returns
- The converted character.
Number
See also
charCodeAt (String.charCodeAt method)

mbsubstring function

mbsubstring(value, index, count) : String
Deprecated since Flash Player 5. This function was deprecated in favor of
method.
Extracts a new multibyte character string from a multibyte character string.
Availability: ActionScript 1.0; Flash Lite 1.0
Parameters
- The multibyte string from which to extract a new multibyte string.
value:String
- The number of the first character to extract.
index:Number
- The number of characters to include in the extracted string, not including
count:Number
the index character.
Returns
- The string extracted from the multibyte character string.
String
See also
substr (String.substr method)
String.substr()
Global Functions
65

Advertisement

Table of Contents
loading

Table of Contents