Post Reply 
WAIT(); command Help! (SOLVED!)
05-09-2015, 11:40 AM
Post: #2
RE: WAIT(); command Help!
Perhaps you could make a wait subprogram for your needs?

Code:

EXPORT w8()
BEGIN
  repeat until getkey>-1;  // Waits until any key is pressed...
END;
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
WAIT(); command Help! (SOLVED!) - Spybot - 05-09-2015, 03:14 AM
RE: WAIT(); command Help! - DrD - 05-09-2015 11:40 AM
RE: WAIT(); command Help! - Spybot - 05-09-2015, 03:52 PM
RE: WAIT(); command Help! - DrD - 05-09-2015, 05:48 PM
RE: WAIT(); command Help! - Spybot - 05-09-2015, 11:07 PM



User(s) browsing this thread: 1 Guest(s)