charAt « String « Flash / Flex / ActionScript






1.Retrieving One Character at a Time
2.charAt() takes one parameter, a value for an index within the string. This method returns a new one-character string that contains the value of the character at the specified index.
3.Use of a for loop to loop through the characters of a string, one at a time