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

  1. Path: sparky!uunet!paladin.american.edu!howland.reston.ans.net!spool.mu.edu!uwm.edu!ogicse!pdxgate!pdxgate.cs.pdx.edu!markg
  2. From: markg@rigel.cs.pdx.edu (Mark Gay)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: Arexx question
  5. Message-ID: <MARKG.93Jan11190217@rigel.cs.pdx.edu>
  6. Date: 12 Jan 93 03:02:17 GMT
  7. Article-I.D.: rigel.MARKG.93Jan11190217
  8. References: <1993Jan7.071959.4572@sol.UVic.CA>
  9. Sender: news@pdxgate.UUCP
  10. Organization: Portland State University, CS Dept.
  11. Lines: 7
  12. In-reply-to: aramsey@ugly.UVic.CA's message of 7 Jan 93 07:19:59 GMT
  13.  
  14. Arexx has a Delay function, it takes its argument in 50ths of a second.
  15.  
  16. call Delay(50)
  17.  
  18. will wait for 1 second.
  19.  
  20.     --Mark
  21.