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