4D Language Commands BLOBVersion: 20 R10 BETA BLOBBLOB PROPERTIES ( blob ; compressed {; expandedSize {; currentSize}} ) BLOB size ( blob ) : Integer BLOB TO DOCUMENT ( document ; blob ) BLOB to integer ( blob ; byteOrder {; offset} ) : Integer BLOB to list ( blob {; offset} ) : Integer BLOB to longint ( blob ; byteOrder {; offset} ) : Integer BLOB to real ( blob ; realFormat {; offset} ) : Real BLOB to text ( blob ; textFormat {; offset {; textLength}} ) : Text BLOB TO VARIABLE ( blob ; variable {; offset} ) COMPRESS BLOB ( blob {; compression} ) COPY BLOB ( srcBLOB ; dstBLOB ; srcOffset ; dstOffset ; len ) DECRYPT BLOB ( toDecrypt ; sendPubKey {; recipPrivKey} ) DELETE FROM BLOB ( blob ; offset ; len ) DOCUMENT TO BLOB ( document ; blob ) ENCRYPT BLOB ( toEncrypt ; sendPrivKey {; recipPubKey} ) EXPAND BLOB ( blob ) INSERT IN BLOB ( blob ; offset ; len {; filler} ) INTEGER TO BLOB ( integer ; blob ; byteOrder {; offset} )INTEGER TO BLOB ( integer ; blob ; byteOrder {; *} ) LIST TO BLOB ( list ; blob {; *} ) LONGINT TO BLOB ( longint ; blob ; byteOrder {; offset } )LONGINT TO BLOB ( longint ; blob ; byteOrder {; *} ) REAL TO BLOB ( real ; blob ; realFormat {; offset } )REAL TO BLOB ( real ; blob ; realFormat {; *} ) SET BLOB SIZE ( blob ; size {; filler} ) TEXT TO BLOB ( text ; blob {; textFormat {; offset}} )TEXT TO BLOB ( text ; blob {; textFormat {; *}} ) VARIABLE TO BLOB ( variable ; blob {; offset } )VARIABLE TO BLOB ( variable ; blob {; *} )