RE: [flexcoders] TextArea help

2005-04-20 Thread Matt Chotin
(idx); var whole : String = start + “my new text” + end; myTA.text = whole;   Matt   From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 20, 2005 8:45 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] TextArea help   Hello to all flex masters

[flexcoders] TextArea help

2005-04-20 Thread AC
Hello to all flex masters Can somebody tell me how to programmatically enter a piece of text into a specific position within a TextArea that already contains a block of text. I have a TextArea containing a block of text. I am trying to insert additional text into an arbitrary position within t