back to Table of Contents


PutBufMemData (sub)

This subroutine will write all data (referenced by the given memory block) into the specified buffer starting at the current buffer position. Hence, you can write anything, which can be accessed via a memory block, eg. single variables, entire arrays, array elements, user datatypes and even image data.

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:

PutBufMemData buf$(), memData AS _MEM

INPUTS:

buf$() (STRING array)

memData (_MEM block)


NOTES:


back to Table of Contents