home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / sys / amiga / programm / 18459 < prev    next >
Encoding:
Internet Message Format  |  1993-01-10  |  1.5 KB

  1. Path: sparky!uunet!olivea!spool.mu.edu!yale.edu!ira.uka.de!Sirius.dfn.de!rrz.uni-koeln.de!unidui!uniol!caty!cbmger!imart.franken.de!incubus.sub.org!heap!michael
  2. From: michael@heap.incubus.sub.org (Michael Herold)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: Arexx question
  5. Message-ID: <HTsgs*kb0@heap.incubus.sub.org>
  6. Date: 8 Jan 93 22:23:23 GMT
  7. References: <1993Jan7.071959.4572@sol.UVic.CA>
  8. Reply-To: michael@heap.incubus.sub.org
  9. Organization: None
  10. Lines: 18
  11. X-Newsreader: Arn V1.00
  12.  
  13. In article <1993Jan7.071959.4572@sol.UVic.CA>, Aaron  Ramsey writes:
  14.  
  15.  >I have a simple question about Arexx... I want for my Arexx program to
  16.  >sit and wait for say 3 minutes or so, and then continue on with the program.
  17.  >How do I get ARexx to do that without~r using up much processor time?
  18.  >The loop that I tried didn't work too hot.  8-)  There must be a command
  19.  >that does this??? Anybody?  Thanks.
  20.  
  21. You *can* use the function DELAY() in the rexxsupport.library. DELAY(Tick)
  22. puts then process for Ticks/50 seconds in the waitstate, but this routine
  23. isn't suitable for *exact* timeloops. 
  24.                                                  ,,,
  25.                                                 (o o)
  26. +------------------+------------------------oOO--(_)--OOo---+
  27. | Michael Herold   |                                        |
  28. | Tel: 0931-781948 | UUCP : michael@heap.incubus.sub.org    |
  29. | West-Germany     | ZNET : michael%heap.incubus@aworld.zer |
  30. +------------------+----------------------------------------+
  31.