Bruce,

Really like the ifdocheck; and for now, the exec noifdocheck!

FYI, the following 2 scripts fail. Save test.powerpro and save a 
separate test2.txt.


;----------
; test.powerpro

DEBUG
LOCAL k
FOR(LOCAL i= 5; i; i--)

IF(.test2(i))DO
k++
ENDIF

ENDFOR
WIN.Show("PowerPro Debug")
QUIT

;----------
; test2.txt

ARGS i
IF(i)DO

FOR(LOCAL j= 5; j; j--)
WIN.Debug("i, j=", i, j, scriptname)
ENDFOR

ENDIF
QUIT(1)

Thanks,

Ted






------------------------ Yahoo! Groups Sponsor --------------------~--> 
See what's inside the new Yahoo! Groups email.
http://us.click.yahoo.com/2pRQfA/bOaOAA/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