back to Table of Contents


GetBufLen (function)

This function will return the current amount of data (in bytes) in the specified buffer. The returned size value remains valid until you write or delete data in the respective buffer.


SYNTAX:

size& = GetBufLen& (buf$())

INPUTS:

buf$() (STRING array)


RESULT:

size& (LONG)


back to Table of Contents