Opened 17 years ago

Closed 17 years ago

#148 closed task (fixed)

Reduce DosSleep times to speed code

Reported by: Gregg Young Owned by:
Priority: minor Milestone: Release_3.7
Component: fm/2 base Version: 3.07
Keywords: Cc:

Description

DosSleep(x) > 1000; x = x/10 DosSleep(x) < 1000 & > 100; x = 100 DosSleep(x) < 100 & > 10; x = x/2 DosSleep(x) < 10; x = x

Change History (1)

comment:1 by Gregg Young, 17 years ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.