[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: Pragya Chandra <pchandra@FASTENAL.COM>
- Date: Wed, 12 Jul 2000 15:39:12 -0500
you could use a GOTo command...but we have found them to be not very
reliable.
> -----Original Message-----
> From: Derrick Fisher [SMTP:DFisher@CO.NEW-CASTLE.DE.US]
> Sent: Wednesday, July 12, 2000 3:06 PM
> To: SQR-USERS@list.iex.net
> Subject: Procedures
>
> 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 ?