back to Table of Contents


GetBufMark (function)

This function will return the current position of the marker with the given ID. The returned position remains valid until you write or delete data in the respective buffer, which will automatically recalculate all markers to keep track of its positions.


SYNTAX:

mPos& = GetBufMark& (buf$(), markID%)

INPUTS:

buf$() (STRING array)

markID% (INTEGER)


RESULT:

mPos& (LONG)


back to Table of Contents