--- Alex wrote: > I'll try to post a clearer example of the glitch shortly, since it > appears that I can reproduce it more easily.
I'm such a moron! Here's some much simpler code that demonstrates the problem: Local LF = Esc(?"\n", ?"\") Do(?'MessageBox(?"Asterisk", ?"This is a message box.")' ++ LF) And as Sean pointed out, this works without problem: Local LF = Esc(?"\n", ?"\") Do(LF ++ ?'MessageBox(?"Asterisk", ?"This is a message box.")') Why is that? -- Alex Peters / Melbourne, Australia PowerPro v4.1.00 / Windows XP ------------------------ Yahoo! Groups Sponsor --------------------~--> $9.95 domain names from Yahoo!. Register anything. http://us.click.yahoo.com/J8kdrA/y20IAA/yQLSAA/JV_rlB/TM --------------------------------------------------------------------~-> Attention: PowerPro's Web site has moved: http://www.ppro.org Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/power-pro/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
