Table of Contents

Advertisement

PUT
Purpose
PUT displays the dot information written by the GET
statement from the specified coordinates.
Form
PUT (X,Y),<array name>[,<function>]
Description
(1) (X,Y) is a point on the screen coordinate system,
which indicates the upper left corner of the quadrangle
(which has been written by the GET statement). X and Y
can be written using numeric expressions.
(2) <array name> is the name of the array which
contains the dot pattern. It must be the same as that
specified by the GET statement.
(3) <function> is used to display the dot pattern,
which is selected from the following five types.
The default value is PSET.
PSET
Displays the array dot pattern as it appears.
PRESET
Reverses the array dot pattern before
displaying it.
OR
Takes OR of the array dot pattern and the
pattern on the screen,
then displays the
result.
3—116

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents