
21-10
Example
VISOVERLAY 3 'Sets the destination screen to draw.
VISSCREEN 1, 0'
VISCLS 0 '
VISLOC 10, 10 'Sets the position to display.
VISPRINT “Draw on the draw screen 0”
'Draws characters on the screen.
VISSCREEN 1, 1 'Sets the destination screen to draw.
VISLOC 10, 11 'Sets the position to display.
VISPRINT “Draw on draw screen 0”
'Draws characters on the screen.
VISOVERLAY 0 'Stops displaying the draw screen.
DELAY 5000 'Stops for 5 seconds.
VISOVERLAY 1 'Displays draw screen 0 on the monitor.
DELAY 5000 'Stops for 5 seconds.
VISOVERLAY 2 'Displays draw screen 1 on the monitor.
DELAY 5000 'Stops for 5 seconds.
VISOVERLAY 3 'Displays draw screens 0 and 1 on the monitor.
Kommentare zu diesen Handbüchern