back to Table of Contents


GetBufPos (function)

This function will return the current buffer (cursor) position in the specified buffer. This position is used as starting point for most buffer operations, which in any way read, write, copy or search data. You should immediately use the retrieved position, as it will change with almost all buffer operations.


SYNTAX:

curPos& = GetBufPos& (buf$())

INPUTS:

buf$() (STRING array)


RESULT:

curPos& (LONG)


back to Table of Contents