System Parameters
'DW'= Delay Time after 'WI'
 
Description Adds automatic delay times after 'WI' is exhausted without having to insert WAIT statements into your application. Use this parameter to have ProvideX return control to the OS for longer periods of time. 'DW'=num is a numeric value from 0 to 1000:
 
0 indicates no delay (default)
1 indicates a forced WAIT 0 when the event occurs
All other values from 2 through 1000, indicate the number of 100ths of a second to delay on each event occurrence.
 
Default 'DW'=0. No Delay