qb45qck.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.
BSAVE Statement QuickSCREEN
  QuickSCREEN      Details      Example      Contents      Index
──────────────────────────────────────────────────────────────────────────────
BSAVE - a file I/O statement transfers the contents of an area
        of memory to an output file or device
 
Syntax
  BSAVE filespec,offset,length
    ■ filespec, a string expression, specifies the file or device on which
      to save the memory-image file
    ■ offset, a numeric expression, is the number of bytes beyond the start
      of the memory segment from which to start saving
    ■ length, a numeric expression that has an unsigned integer value
      between 0 and 65,535, is the number of memory bytes to save
 
See Also  DEF SEG  BLOAD