ArborX


draw

Longname: draw   Open the Documentation Legend
Released: 5.52a 
Created: 5.52a 
See also: wdr trf

Summary
Allows you to turn 3B2 screen redraw on and off.
Example extract

Below is a basic example of using draw to turn off drawing for speed:

 draw 0 1
 trf 0 2
 wdr - 3

Syntax (5.52a)
draw on_off:o
on_off:o
Redraw is off, 3B2 will not be able to redraw the whole screen.
on_off:o
You can force 3B2 to redraw the whole screen.

Document created on 08-Feb-2003 (revision 1)