BLOB size

4D - Documentation   Français   English   German   4th Dimension 2004, Command Theme List   4th Dimension 2004, Command Alphabetical List   4th Dimension 2004, Constant Theme List   Back   Previous   Next

version 6.0


BLOB size (blob) Longint

ParameterTypeDescription
blobBLOBBLOB field or variable
Function resultLongintSize in bytes of the BLOB

Description

BLOB size returns the size of blob expressed in bytes.

Examples

The line of code adds 100 bytes to the BLOB myBlob:

   SET BLOB SIZE (BLOB size(myBlob)+100)

See Also

SET BLOB SIZE.


4D - Documentation   Français   English   German   4th Dimension 2004, Command Theme List   4th Dimension 2004, Command Alphabetical List   4th Dimension 2004, Constant Theme List   Back   Previous   Next