Look up RETURN and the other string constants in the docs... that along with chunk expressions can do a lot.
str = "my words" str2 = str.word[1] & RETURN & str.word[2] put str2 results in: "my words" HTH, ~Mathew ----- Original Message ----- From: "DT-Rene Vazquez" <[EMAIL PROTECTED]> Sent: Monday, March 17, 2003 6:21 PM > Hi, how can I insert with lingo in a string expression a line break > after a word and then another word > > Thanks a lot in advance [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/lingo-l.cgi To post messages to the list, email [EMAIL PROTECTED] (Problems, email [EMAIL PROTECTED]). Lingo-L is for learning and helping with programming Lingo. Thanks!]
