DoEvents Instruction

Syntax              DoEvents

Group                Miscellaneous

Description       This instruction allows other applications to process events.

Example            '#Language "WWB-COM"
Sub Main
    DoEvents ' let other apps work
End Sub