back to Table of Contents


RemoveBufFind (function)

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

If you otherwise just want to update any existing find data with new search criteria, then you don't need to call this function, instead just call SetBufFind() on the existing find data again to set the new criteria.


SYNTAX:

err% = RemoveBufFind% (buf$(), findID%)

INPUTS:

buf$() (STRING array)

findID% (INTEGER)


RESULT:

err% (INTEGER)


back to Table of Contents