Is it possible to force the program to wait X time? "X" in this
case is measured in one/one thousandths of a second. I would
appreciate being able to do:
Wate = 6 :' goto to function/sub and wait 6/1000 of a
' second before continuing
y = Waiter(Wate)
The best I can do so far is wait one full second, too slow
sometimes. In Quickbasic, there is a way to use "tick marks"
to get small amounts of time- can I do the same in Powerbasic?
Thank you.
------------------
case is measured in one/one thousandths of a second. I would
appreciate being able to do:
Wate = 6 :' goto to function/sub and wait 6/1000 of a
' second before continuing
y = Waiter(Wate)
The best I can do so far is wait one full second, too slow
sometimes. In Quickbasic, there is a way to use "tick marks"
to get small amounts of time- can I do the same in Powerbasic?
Thank you.

------------------
Comment