Tag Archives: Append text

How To Append text with Actionscript 3

January 30, 2010

2 Comments

appendText () method public function appendText(newText:String):void Language Version : ActionScript 3.0 Runtime Versions : AIR 1.0, Flash Player 9 Appends the string specified by the newText parameter to the end of the text of the text field. This method is more efficient than an addition assignment (+=) on a text property (such as someTextField.text += [...]

Continue reading...