text
Top  Previous  Next


Syntax
TextField.text

Description
Property: Indicates the current text in the Text Field. Lines are separated by the carriage return character ('\r', ASCII 13). This property contains the normal, unformatted text in the Text Field, without HTML tags, even if the text field is HTML.

This property allows access to the text of a Script Text Field Object.

Sample
txt.text = "this is new text";   // change the text in txt to be "this is the new text"


See Also
Text Field Properties