> >> Bug or my stupidity?
> > 
> > I don't think it's a bug. Since If()Do-EndIf is nested inside
> > For()-EndFor, PP should expect to meet EndIf before EndFor. In your
> > example, reached EndFor without ever passing through EndIf. > and 
that code looks like a mess to me.


I agree that the code is not stylish, but it is legal.   The problem 
is that PowerPro's error detection gets fooled by jumps (since they 
jump over the endif and Powerpro does not attempt to scan for these 
things when executing a jump), so I need to turn off error detection 
for if-do type errors as soon a jump is executed.  I missed this one.








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/
 


Reply via email to