back to Table of Contents


WriteBufRawData (sub)

This subroutine will write the given raw data as is into the specified buffer starting at the current buffer position. All control chars contained in the raw data are also written as is. The operation is in that very similar to PUT when writing to files.

The call will also recalculate all markers to maintain its respective positions. The current buffer position is updated accordingly and is on the first byte behind the just written data after the call. Hence, sequential writing is easily possible with subsequent calls.


SYNTAX:

WriteBufRawData buf$(), rawData$

INPUTS:

buf$() (STRING array)

rawData$ (STRING)


NOTES:


back to Table of Contents