--- I wrote: > 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? And just to make matters worse, here's the same code again but with a variable assignment instead of a MessageBox() call: Local LF = Esc(?"\n", ?"\") Do(?'Global Var = ?"123"' ++ LF) This code works as expected, without opening an Explorer window. -- 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/
