Contents | < Browse | Browse >

    WriteB()

  SYNOPSIS
    blks:=WriteB(fh, blksize, numblocks, mem)

  FUNCTION
    This function writes numblocks blocks of data, each block is
    blksize long from continuous memory starting at mem

  INPUTS
    fh        - DOS filehandle
    blksize   - size of one block
    numblocks - number of blocks to be read
    mem       - memory location storing blocks

  RESULT
    blks - number of written blocks

  SEE ALSO
     ReadB()