<< Click here to display Table of Contents >> Navigation: TCC > Variables & Functions > Functions:
@BSIZE[handle] : Returns the size of a binary buffer allocated with @BALLOC.
Example:
set handle=%@balloc[128]
echo @bsize[%handle]
128