> 
> It must be time to admit to myself that I'm becoming
> too old to post recipes here - often making syntax errors


Alan:  Age has nothing to do with it -- programmers of all ages make 
these types of mistakes all the time.

The problem is really in PowerPro, which, when it sees

if (....)
...
elseif (...)

should have an error message to that effect that there is an elseif 
with no corresponding if (...) do (same for else).  Its a bit 
tricker than you might think, as it has to be able to handle 
situations like

if (...) do
wait.for(333)
elseif (...)

and not make a mistake if another script runs during the wait.for 
which has its own set of ifs and elseifs.

It also has to handled nested scripts.

But I will look into it at some point.






------------------------ Yahoo! Groups Sponsor --------------------~--> 
<font face=arial size=-1><a 
href="http://us.ard.yahoo.com/SIG=12he8ebq3/M=362329.6886308.7839368.1510227/D=groups/S=1706030409:TM/Y=YAHOO/EXP=1122818504/A=2894321/R=0/SIG=11dvsfulr/*http://youthnoise.com/page.php?page_id=1992
">Fair play? Video games influencing politics. Click and talk back!</a>.</font>
--------------------------------------------------------------------~-> 

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