working > exactly right. Yes, there is a bug where for (local i=0; i<0; i=i+1) win.debug(i) endfor
generates an error if in a command list. It appears that if the stop condition is satisfied initially, there is a problem. I will fix in next beta. Meantime, if you cannot wait, you will need something like local i=0; if (i>=0) do for ... endfor endif 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/
