Max-Mov > mbsubstring
mbsubstringSyntax
mbsubstring(value, index, count
);
Arguments
value
The multibyte string from which to extract a new multibyte string.
index
The number of the first character to extract.
count
The number of characters to include in the extracted string, not including the index character.
Description
String function; extracts a new multibyte character string from a multibyte character string.
Player
Flash 4 or later. This function is deprecated in Flash 5; use of the string.substr
method is recommended.
See also
String.substr