Substring - MACROMEDIA FLASH MX 2004-ACTIONSCRIPT LANGUAGE Reference

Actionscript language reference
Table of Contents

Advertisement

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

Advertisement

Table of Contents
loading
Need help?

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

Subscribe to Our Youtube Channel

This manual is also suitable for:

Flash mx

Table of Contents