You can use a "\n" for a new line or add the text as htmlText with a "<p>" tag.
I.e.: instance.text = "My name is\n Jason Michael Perry \n"; or isntance.htmlText = "my Name is <br> <p>Jason Michael Perry</p>"; -Jason __________________ Jason Michael Perry [email protected] www.jasonmperry.com tel: 504-383-FLEX --- In [email protected], "cuttenv" <cutt...@...> wrote: > > Anyone know how to get each individual line of text in a textarea or text?? > > For example if you have > some block of text > like this is there a > way to get each individual line?? > > There is the getTextLineMetirics which tells you the dimensions, but I guess > that's it?? >

