MACROMEDIA FLASH 8-ACTIONSCRIPT 2.0 LANGUAGE Reference page 1127

Actionscript 2.0 language reference
Table of Contents

Advertisement

Property summary
Modifiers
Property
length:Number
Properties inherited from class Object
constructor (Object.constructor
property),
prototype (Object.prototype
(Object.__resolve property)
Constructor summary
Signature
String(value:String)
Method summary
Modifiers
Signature
charAt(index:Number)
: String
charCodeAt(index:Num
ber) : Number
concat(value:Object)
: String
static
fromCharCode() :
String
indexOf(value:String
,
[startIndex:Number])
: Number
lastIndexOf(value:St
ring,
[startIndex:Number])
: Number
slice(start:Number,
end:Number) : String
Description
An integer specifying the number of characters in the
specified String object.
property),
Description
Creates a new String object.
Description
Returns the character in the position specified by the
parameter index.
Returns a 16-bit integer from 0 to 65535 that
represents the character specified by index.
Combines the value of the String object with the
parameters and returns the newly formed string; the
original value, my_str, is unchanged.
Returns a string comprising the characters
represented by the Unicode values in the parameters.
Searches the string and returns the position of the first
occurrence of value found at or after startIndex
within the calling string.
Searches the string from right to left and returns the
index of the last occurrence of value found before
startIndex within the calling string.
Returns a string that includes the start character and
all characters up to, but not including, the end
character.
__proto__ (Object.__proto__
property),
__resolve
String
1127

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

Flash 8

Table of Contents