<< Click here to display Table of Contents >> Navigation: TCC-RT > Variables & Functions > Functions:
@BFREE[handle] : Free a binary buffer previously allocated by @BALLOC.
Example:
set handle=%@balloc[128]
echo %@bfree[%handle]