back to Table of Contents


CutBufBlock (function)

This function will copy the data block between the current buffer position and the given bound position to the clipboard and then delete the data block from the specified buffer. Apart from deleting the data block, this function is similar to CopyBufBlock(). The current buffer position is on the first byte behind the just cut out data block after the call.


SYNTAX:

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

INPUTS:

buf$() (STRING array)

bound& (LONG)


RESULT:

err% (INTEGER)


back to Table of Contents