[Date Prev][Date Next][Thread Prev][Thread Next]
[Author Index]
[Date Index]
[Thread Index]
[SQR-USERS Info]
[SQRUG Home Page]
Re: Procedures
- Subject: Re: Procedures
- From: Sam Spritzer <sspritzer@GW.CTG.COM>
- Date: Wed, 12 Jul 2000 16:47:29 -0400
You can use BREAK. Speaking of multiple IF statements, have you given any
thought to EVALUATE?
Sam
>>> DFisher@CO.NEW-CASTLE.DE.US 07/12/00 16:39 PM >>>
Is there any command you can use to leave a procedure before reaching the
end-procedure command. For example say there are multiple IF statements in a
procedure and as soon as an IF statement executes you want to exit the
procedure so that no more IF statements will be processed. Is there some form
of EXIT command in SQR you can use to do this ?