107
Alternately,
Dim inQueue(1 to 40) as Byte
Dim lval as Long
Dim timeOut as Boolean
Compatibility
BasicX allows any type for the first parameter. This implementation requires that it be an array of Byte.
The BasicX manual indicates that the range of values for the timeLimit parameter is 0.0 to 65.536
seconds implying a 1ms resolution. This implementation has a 1.95ms resolution and a range of 0.0 to
about 127.0 seconds.
See Also