on 12/7/04 3:51 AM, Barry Wainwright at [EMAIL PROTECTED] wrote: >> >> Also, what is the best way to add real returns to the long theBody string and >> not get leading spaces when it is inserted? > > ??? I don't understand the question. 'Real returns' are what you just added > (return & return & return...). Where are you getting the leading spaces?
What I meant was how to format AS code visually. I tried something like this: "this is a test" & return & " Some other test" It just makes it easier for me to read in the AS editor. I get the feeling from many of the scripts I look over in AS that you just have to live with not getting to use tab indention in your code in all places, especially concatenation. The above test game me this: This is a tset Some other test It was that leading space that I wanted to get rid of, and only one long string did it for me, which makes the code less readable to me. -- ------------------------------------------------------------- Scott Haneda Tel: 415.898.2602 <http://www.newgeo.com> Fax: 313.557.5052 <[EMAIL PROTECTED]> Novato, CA U.S.A. -- To unsubscribe: <mailto:[EMAIL PROTECTED]> archives: <http://www.mail-archive.com/entourage-talk%40lists.letterrip.com/> old-archive: <http://www.mail-archive.com/entourage-talk%40lists.boingo.com/>
