| Nelson Kaye 2005-09-22, 6:55 pm |
| Maarten,
In this instance I am in a routine. If I issue an EXIT it would return to
the routine that called it and continue processing.
You say that 'From a local procedure then, yes, issue a RETURN'. I'm not
sure what a 'local proc' is? However, if I do issue a RETURN, it does
return to a calling proc.
Nelson
"Maarten" <maarveen@spam@planet.nl> wrote in message
news:A921.1127375507.9848@discuss.softvelocity.com...
> Nelson,
>
"Maarten" <maarveen@spam@planet.nl> wrote in message
news:A921.1127375507.9848@discuss.softvelocity.com...[color=darkred]
> Nelson,
>
to[color=darkred]
> No
> If you don't want this, wrap it in an IF .. THEN or,
> when you are in a loop (most likely!), issue a CYCLE.
> From a Routine, issue an EXIT
> From a local procedure then, yes, issue a RETURN
>
>
>
> --
>
> Best regards,
> Maarten
> CDD3.1, C5EEb, C5.5.08EE, C6.2.9047EE - ABC
> Certainly Clarion Developer
>
> "I know what I know but I do not know what you don't know"
>
>
>
>
|