
21-38
Related Terms
VISPRINT
Example
VISPLNOUT 0 'Displays storage memory 0 (processing screen).
VISSCREEN 0,0,1 'Instantaneously draws on processing screen 0.
VISCLS 0 'Clears the screen.
VISBRIGHT 255 'Sets the brightness value for drawing.
VISLOC 10,10 'Designates the position to display characters.
VISPRINT “Test mode 0” '
VISLOC 10,10,1 'Designates the position to display characters.
VISPRINT “Test mode 1” '
VISPRINT “Continuing Test mode 1”
'
VISPRINT “******** Line feed ********”
Commentaires sur ces manuels