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.
POKE Statement
  Syntax  Details  Example                 Contents  Index  Back
──────────────────────────────────────────────────────────────────────────────
POKE address,byte%
 
    ■ address    An offset into the memory segment specified by the
                 current default segment (as set by the DEF SEG statement).
                 The value of address is between 0 and 65,535, inclusive.
    ■ byte%      The data byte to be written into the memory location.
                 The byte% argument is an integer value between 0 and 255,
                 inclusive.
 
See Also    DEF SEG    PEEK    VARPTR$    VARPTR, VARSEG
            SSEG       SADD    SSEGADD