NAME

bsave - save memory image on disk

SYNOPSIS

bsave FileSpec, NumExpr, Size

DESCRIPTION

Bsave copies a section of memory to the disk file specified by FileSpec.  The size of the section of memory is specified in Size.  FileSpec may be any string expression.  NumExpr and Size may be any numeric expressions. 

SEE ALSO

bload

DIAGNOSTICS

If the file specified in FileSpec cannot be created, an "Illegal function call" error occurs. 

from The Basmark QuickBASIC Programmer’s Manual by Lawrence Leinweber