Basic
If
color
is a string expression,
it
specifies the mask to be used for
tiling in the form:
CHR$(&Hnn)+CHR$(&Hnn)+CHR$(&Hnn)
...
Border
is the color at which to stop painting.
Background
is the color to skip when checking for borders while paint
tiling.
PALETTE
[color,display
color]
Graphics. Changes the color associated with a particular color
number in the current palette.
Color
specifies the color in the current palette you want to change.
Display
color
specifies the new color you want BASIC to display
when
color
is specified.
PALETTE
3,7
PALETTE
USING
array(subscript)
Graphics. Changes the colors associated with more than
1
of the color
numbers in the current palette.
Array
is the name of an integer array in which you can define the
order of colors to be put in the current palette.
Subscript
is
the position in the array that contains the value of the
first position for the palette.
PALETTE
USING
A(@)
PALETTE
USING
A(2)
PCOPY
source puge,destination page
Copies the
source
video page to the
destination
video page.
PCOPY
3,s
PCOPY
6,4
Tandy
1000
51