substring
Availability
Flash Player 4. This function was deprecated in favor of
Usage
substring("string", index, count)
Parameters
The string from which to extract the new string.
string
The number of the first character to extract.
index
The number of characters to include in the extracted string, not including the
count
index character.
Returns
Nothing.
Description
String function; extracts part of a string. This function is one-based, whereas the String object
methods are zero-based.
See also
String.substr()
.
String.substr()
substring 1099
Need help?
Do you have a question about the FLASH MX 2004-ACTIONSCRIPT LANGUAGE and is the answer not in the manual?
Questions and answers