Dave, my mail was not clear enough. I know how CONTINUE command should work, but I think it doesn't. I have it in 2 stored procedures and when I call them from an EEP, an error appears. They work from R> prompt without problem or when I replace the WHILE structure with an IF one. That's why I want someone to confirm this to a different system.
Thanks anyway. Polychronis Kontos Athens, Greece > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of David R. > Billing > Sent: Tuesday, October 14, 2003 5:08 PM > To: RBASE-L Mailing List > Subject: [RBASE-L] - Re: CONTINUE in stored procedure don't work from an > EEP > > > Hi Polychronis > > Here is the text from the Help for RBG7: > > Use the CONTINUE command to move to the next occurrence of the WHILE loop > and run the code. > > I'd say it is not an eep only command. On the other hand, it > doesn't say it > cannot be used in an eep. > > Dave Billing > Tall Tree Business Solutions > ----- Original Message ----- > From: "ELOEN" <[EMAIL PROTECTED]> > To: "RBASE-L Mailing List" <[EMAIL PROTECTED]> > Sent: Tuesday, October 14, 2003 6:56 AM > Subject: [RBASE-L] - CONTINUE in stored procedure don't work from an EEP > > > > Could someone confirm this? > > > > Rbwin 1.866 > > > > CONT(INUE) command - used in a while structure of a stored procedure, > cannot > > work when the stored procedure is called from an EEP > > > > Thanks > > > > Polychronis Kontos > > Athens, Greece > > >

