back to Table of Contents


RemoveBufMark (function)

This function will remove (free) the marker with the given ID, so the ID becomes available for reuse. Use this function on no longer needed markers.

If you otherwise just want to update the position of any existing marker, then you don't need to call this function, instead just call SetBufMark() on the existing marker again to set the new position.


SYNTAX:

err% = RemoveBufMark% (buf$(), markID%)

INPUTS:

buf$() (STRING array)

markID% (INTEGER)


RESULT:

err% (INTEGER)


back to Table of Contents