📄️ BLOB PROPERTIES
BLOB PROPERTIES ( blob ; compressed {; expandedSize {; currentSize}} )
📄️ BLOB size
BLOB size ( blob ) -> Function result
📄️ BLOB TO DOCUMENT
BLOB TO DOCUMENT ( document ; blob )
📄️ BLOB to integer
BLOB to integer ( blob ; byteOrder {; offset} ) -> Function result
📄️ BLOB to list
BLOB to list ( blob {; offset} ) -> Function result
📄️ BLOB to longint
BLOB to longint ( blob ; byteOrder {; offset} ) -> Function result
📄️ BLOB to real
BLOB to real ( blob ; realFormat {; offset} ) -> Function result
📄️ BLOB to text
BLOB to text ( blob ; textFormat {; offset {; textLength}} ) -> Function result
📄️ BLOB TO VARIABLE
BLOB TO VARIABLE ( blob ; variable {; offset} )
📄️ COMPRESS BLOB
COMPRESS BLOB ( blob {; compression} )
📄️ COPY BLOB
COPY BLOB ( srcBLOB ; dstBLOB ; srcOffset ; dstOffset ; len )
📄️ DECRYPT BLOB
DECRYPT BLOB ( toDecrypt ; sendPubKey {; recipPrivKey} )
📄️ DELETE FROM BLOB
DELETE FROM BLOB ( blob ; offset ; len )
📄️ DOCUMENT TO BLOB
DOCUMENT TO BLOB ( document ; blob )
📄️ ENCRYPT BLOB
ENCRYPT BLOB ( toEncrypt ; sendPrivKey {; recipPubKey} )
📄️ EXPAND BLOB
EXPAND BLOB ( blob )
📄️ INSERT IN BLOB
INSERT IN BLOB ( blob ; offset ; len {; filler} )
📄️ INTEGER TO BLOB
INTEGER TO BLOB ( entier ; blob ; ordreOctet {; offset | *} )
📄️ LIST TO BLOB
LIST TO BLOB ( list ; blob {; *} )
📄️ LONGINT TO BLOB
LONGINT TO BLOB ( longInt ; blob ; byteOrder {; offset | *} )
📄️ REAL TO BLOB
REAL TO BLOB ( real ; blob ; realFormat {; offset | *} )
📄️ SET BLOB SIZE
SET BLOB SIZE ( blob ; size {; filler} )
📄️ TEXT TO BLOB
TEXT TO BLOB ( text ; blob {; textFormat {; offset | *}} )
📄️ VARIABLE TO BLOB
VARIABLE TO BLOB ( variable ; blob {; offset | *} )