Charat (String.charat Method) - MACROMEDIA FLASH 8-FLASH LITE 2.X ACTIONSCRIPT LANGUAGE Reference

Flash lite 2.x actionscript language reference
Hide thumbs Also See for FLASH 8-FLASH LITE 2.X ACTIONSCRIPT LANGUAGE:
Table of Contents

Advertisement

Modifiers
Signature
substr(start:Number, length:Number) :
String
substring(start:Number, end:Number) :
String
toLowerCase() :
toString() :
toUpperCase() :
valueOf() :
Methods inherited from class Object
addProperty (Object.addProperty
(Object.hasOwnProperty
(Object.isPropertyEnumerable
method),
registerClass (Object.registerClass
(Object.toString
(Object.valueOf
method),

charAt (String.charAt method)

public charAt(index:Number) : String
Returns the character in the position specified by the parameter
number from 0 to
string.length
This method is similar to
not a 16-bit integer character code.
Availability: ActionScript 1.0; Flash Lite 2.0
628
ActionScript classes
String
String
String
String
method),
method),
isPropertyEnumerable
method),
method),
unwatch (Object.unwatch
watch (Object.watch method)
- 1, an empty string is returned.
String.charCodeAt()
Description
Returns the characters in a string
from the index specified in the
start parameter through the
number of characters specified in
the length parameter.
Returns a string comprising the
characters between the points
specified by the start and end
parameters.
Returns a copy of the String
object, with all uppercase
characters converted to lowercase.
Returns an object's properties as
strings regardless of whether the
properties are strings.
Returns a copy of the String object,
with all lowercase characters
converted to uppercase.
Returns the string.
hasOwnProperty
isPrototypeOf (Object.isPrototypeOf
method),
toString
method),
index
except that the returned value is a character,
valueOf
. If
is not a
index

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the FLASH 8-FLASH LITE 2.X ACTIONSCRIPT LANGUAGE and is the answer not in the manual?

Subscribe to Our Youtube Channel

Table of Contents