back to Table of Contents


PasteBufBlock (function)

This function will insert data from the clipboard into the specified buffer. It can simply insert the clipboard data starting at the current buffer position or it may replace a given data block in the buffer with the data from clipboard. In either case the current buffer position is on the first byte behind the just inserted or replaced data after the call. This function is in that the counterpart to the CopyBufBlock() and CutBufBlock() functions.


SYNTAX:

err% = PasteBufBlock% (buf$(), bound&)

INPUTS:

buf$() (STRING array)

bound& (LONG)


RESULT:

err% (INTEGER)


back to Table of Contents