Please enable JavaScript to view this site.

Take Command / TCC Help v. 29

@BSIZE[handle] : Returns the size of a binary buffer allocated with @BALLOC.

 

Example:

 

set handle=%@balloc[128]

echo @bsize[%handle]

128