back to Table of Contents


CopyBufBlock (function)

This function will copy the data block between the current buffer position and the given bound position to the clipboard. The function is similar to CutBufBlock(), except that the data block is not deleted from the buffer. The current buffer position remains unchanged.


SYNTAX:

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

INPUTS:

buf$() (STRING array)

bound& (LONG)


RESULT:

err% (INTEGER)


back to Table of Contents