back to Table of Contents


SetBufFind (function)

This function will initialize the find data with the given ID with the specified search criteria. The given criteria will be copied for internal use, hence if given via a variable, then you can immediately reuse the variable after this call.

You may also call this function to specify new search criteria for any existing find data at any time.


SYNTAX:

err% = SetBufFind% (buf$(), findID%, find$)

INPUTS:

buf$() (STRING array)

findID% (INTEGER)

find$ (STRING)


RESULT:

err% (INTEGER)


NOTES:


back to Table of Contents