CompuServe Messages

#C problems

    09-Mar-91 12:32:22
Sb: #8217-#C problems
Fm: Steve Ahlstrom 76703,2006
To: Henry Williams 73527,1446
Henry, You might try using the timer.device to time how long your message will stay on screen or use the AmigaDOS function Delay(). By using the timer.device your program can continue running while it's waiting for timer event. If you use Delay() your program will not continue running during the waiting period (but other tasks/programs will). -sja