bas7qck.hlp (Table of Contents; Topic list)
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.
PRESET Statement
  Syntax  Details  Example                 Contents  Index  Back
──────────────────────────────────────────────────────────────────────────────
PRESET [STEP] (x%,y%) [,color&]
 
    ■ STEP     Specifies that the (x%,y%) values are expressed relative to
               the current location of the graphics cursor, rather than
               in absolute screen coordinate values.
    ■ (x%,y%)  The screen coordinates of the pixel to be set.
    ■ color&   The color of the pixel (default is the current background
               color).
 
    ■ The valid range of screen coordinate values and color values depends
      on the screen mode established by the most recently executed SCREEN
      statement.
 
See Also    PSET    SCREEN Statement