Hello Bruce,

you wrote...

> Beta 4.5.05 is available at

Thanks.


Following returns an error,
----script----
Local i

For (i = 0 ; i < 1 ; i = i + 1)

If (1) Do
Jump J
EndIf

@J
Win.Debug("test")

EndFor
----script----

But following does not,
----script----
Local i

For (i = 0 ; i < 1 ; i = i + 1)

If (1)
Jump J

@J
Win.Debug("test")

EndFor
----script----

Bug or my stupidity?



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