--- In [email protected], sgp <[EMAIL PROTECTED]> wrote: > > rainmanf1 wrote: > > > *Script If (anywindow("C:\*")) > > > > add keyword DO to the end of the IF line > DO is required before ELSE ... > > if (...) do > else > endif >
Yet another dirty little secret of PowerPro syntax: the Do is optional in if-else in more commands (although you can use it if you want). Ther reason is that PowerPro "knows" the if applies to the rest of the More Commands, at least until an else. 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/
