Important Notice
The pages on this site contain documentation for very old MS-DOS software,
purely for historical purposes.
If you're looking for up-to-date documentation, particularly for programming,
you should not rely on the information found here, as it will be woefully
out of date.
PSET Statement QuickSCREEN
◄QuickSCREEN► ◄Details► ◄Example► ◄Contents► ◄Index►
──────────────────────────────────────────────────────────────────────────────
PSET - a graphics statement that draws a point on the screen
Syntax
PSET [STEP](x,y) [,color]
■ (x,y) specify the screen coordinates where you want the point drawn
■ Use the optional STEP keyword if the (x,y) values are relative to
the current location of the graphics cursor
■ If color is omitted, the current foreground color is used
See Also ◄PRESET► ◄SCREEN statement►