I guess the simplest way to do that without breaking with existing code is to change the second number to a float. So a WAIT SECONDS, 1 will still work, and you can then write WAIT SECONDS, 0.01 to get a 10 ms wait. Would that work for you? Stefan