TextField.length

Availability

Flash Player 6.

Usage

my_txt.length

Returns

A number.

Description

Property (read-only); indicates the number of characters in a text field. This property returns the same value as text.length, but is faster. A character such as tab ("\t") counts as one character.