home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / sys / mac / hypercar / 2866 < prev    next >
Encoding:
Internet Message Format  |  1992-07-23  |  969 b 

  1. Path: sparky!uunet!dtix!darwin.sura.net!jvnc.net!yale.edu!yale!gumby!destroyer!wsu-cs!uts.cc.wayne.edu!cms.cc.wayne.edu!EIVERSO
  2. From: EIVERSO@cms.cc.wayne.edu
  3. Newsgroups: comp.sys.mac.hypercard
  4. Subject: Re: WAIT Command
  5. Message-ID: <1682DF168.EIVERSO@cms.cc.wayne.edu>
  6. Date: 23 Jul 92 21:09:57 GMT
  7. References: <BrutHG.1M3@usenet.ucs.indiana.edu>
  8. Sender: news@uts.cc.wayne.edu (News)
  9. Organization: Wayne State University, C&IT
  10. Lines: 17
  11.  
  12. In article <BrutHG.1M3@usenet.ucs.indiana.edu>
  13. bhostetl@silver.ucs.indiana.edu (Brian Hostetler) writes:
  14.  
  15. >
  16. >        Is there anything faster than 1 TICK when using WAIT?  I tried
  17. >WAIT .5 TICK, but of course it wanted an integer.
  18.  
  19. No, but if you just want to create a wait state, try executing a function
  20. or something. You, know: do some busy-work.
  21.  
  22. You can roughly calculate the time spent by running this test:
  23. get the ticks,
  24. repeat the busy-work several times,
  25. get the ticks - it,
  26. divide it by the number of repeats
  27.  
  28. --Eric
  29.