DQBwait
SUB

Prototype

DECLARE SUB DQBwait (BYVAL Times)

Parameters

Times - Times to wait for the video vertical retrace

Returns

none

Description

Waits for the video vertical retrace Times times. It is suggested to wait for the vertical retrace a time before drawing anything on the screen: this will produce flickerless animations. The vertical retrace occurs 60 times per second, so you can use this function also as delay routine.

Notes:

none