[Date Prev][Date Next][Thread Prev][Thread Next]
[Author Index] [Date Index] [Thread Index]
[SQR-USERS Info] [SQRUG Home Page]

Re: How to PAUSE a SQR?



Actually you supplied your own answer. Issue a system command to Unix to
sleep! In-point-of-fact I do exactly that and it works just as you might
expect.


-----Original Message-----
From: Rick_Creel@AONCONS.COM [mailto:Rick_Creel@AONCONS.COM]
Sent: Friday, April 07, 2000 10:21 AM
To: SQR-USERS@list.iex.net
Subject: How to PAUSE a SQR?


Is there a SQR command that will cause the program to sleep or wait for a
specified number of seconds?
For example, in UNIX shell script you can say   SLEEP 10   and this will
cause
the program to stop for 10 seconds.
Is there a similar command in SQR?


Thanks