JP Software Tutorials
Download JP Software Products
Sources for further information
Navigation: TCC > Variables & Functions > Functions
@BSIZE
@BSIZE[handle] : Returns the size of a binary buffer allocated with @BALLOC.
Example:
set handle=%@balloc[128]
echo @bsize[%handle]
128