Programming Reference Manual
 
Syntax
 
DoEvents
 
Description
This instruction allows other applications to process events.
See Also
 
Example
 
Sub Main
    DoEvents ' let other apps work
End Sub