Operands
The multibyte string from which to extract a new multibyte string.
value
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.
Description
String function; extracts a new multibyte character string from a multibyte character string.
Example
The following example extracts a new multibyte character string from the string contained in
the
variable:
myString
myString = mbchr(36) add mbchr(49) add mbchr(50) add mbchr(48);
trace (mbsubstring(myString, 0, 2));// Output: $1
See also
mbchr()
nextFrame()
Availability
Flash Lite 1.0.
Usage
nextFrame()
Operands
None.
Description
Function; sends the playhead to the next frame and stops it.
30
Flash Lite Global Functions
Need help?
Do you have a question about the FLASH 8-FLASH LITE 1.X ACTIONSCRIPT LANGUAGE and is the answer not in the manual?
Questions and answers