back to Table of Contents


SetBufMark (function)

This function will bookmark the current buffer position in the marker with the given ID. The marker will now track the position while writing or deleting data in the buffer.

You may also call this function to update any existing marker to a new position at any time.


SYNTAX:

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

INPUTS:

buf$() (STRING array)

markID% (INTEGER)


RESULT:

err% (INTEGER)


NOTES:


back to Table of Contents