S > String.length
String.lengthSyntax
string.length
Arguments
None.
Description
Property; returns the number of characters in the specified String object. The index of the last character for any string x
is x.length-1.
Player
Flash 5 or later.