Hello Bruce,

you wrote...

> I am not sure I follow what you mean, but in any event, the allowed 
> syntax is

> if (...) do
> ; any commands
> event.create(...,cb("@lab"))
> ; any commands
> endif
> quit

> @lab
> ; any commands


> Actually, you could swap the quit and endif without an error.  But 
> the endif must come before the @lab.   

>  Is there something you think cannot be accomplished by this syntax 
> restriction?

Wait using event plugin can not be accomplished, like in the below
example. I want to wait for some expression to become true before
executing ;commands2. If you think this is a bad writing stile I can
adapt my scripts.

if (...) do
;commands1
event.create(...,cb("@lab"), some expression)
quit
@lab
;commands2
endif

Thanks for the new beta.



------------------------ Yahoo! Groups Sponsor --------------------~--> 
Something is new at Yahoo! Groups.  Check out the enhanced email design.
http://us.click.yahoo.com/SISQkA/gOaOAA/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/
 


Reply via email to