Your example used the less than symbol. Older configurations used this as a symbol for a newline in "more commands".
This would have worked in your original configuration. Both examples would work with either the "Used standard configuration" checkbox checked or "Use multi-line more commands edit" checkbox checked. For (iCnt = 1 ; iCnt le 15 ; iCnt = iCnt + 1) What PowerPro saw with your earlier configuration was: For (iCnt = 1 ; iCnt = 15 ; iCnt = iCnt + 1) The "<" indicating a newline for "more commands". Ted --- In [email protected], "xmdl" wrote: > > --- In [email protected], sgp <acs322000@> wrote: > > > > When I run your sample code as a PowerPro note I get > > no error message and 16 is output to the debug window. > > I'm using the standardconfiguration option, are you? > > pproconf.exe>setup>advanced>configuration>use standard configuration > > Yes! Great, thanks! > > Can anyone explain what the problem was? > ------------------------ 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/
