Hi.

--- In [email protected], bizaro <[EMAIL PROTECTED]> wrote:
> How would you make the following legal
> 
> if (...) do
> ;commands1
> event.create(...,cb("@lab"), some expression)
> quit
> @lab
> ;commands2
> endif
> ;commands3

Maybe like this?
if (...) do
;commands1
event.create(...,cb("@lab"), some expression)
quit
endif

@comm3
;commands3
quit

@lab
;commands2
[EMAIL PROTECTED]

I think you simply shouldn't put a label into an if-clause.

Mockey







------------------------ Yahoo! Groups Sponsor --------------------~--> 
Yahoo! Groups gets a make over. See the new email design.
http://us.click.yahoo.com/XISQkA/lOaOAA/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