📄️ BLOB PROPERTIES
BLOB PROPERTIES ( blob ; compressé {; tailleDécompressée {; tailleCourante}} )
📄️ BLOB size
BLOB size ( blob ) -> Résultat
📄️ BLOB TO DOCUMENT
BLOB TO DOCUMENT ( document ; blob )
📄️ BLOB to integer
BLOB to integer ( blob ; ordreOctet {; offset} ) -> Résultat
📄️ BLOB to list
BLOB to list ( blob {; offset} ) -> Résultat
📄️ BLOB to longint
BLOB to longint ( blob ; ordreOctet {; offset} ) -> Résultat
📄️ BLOB to real
BLOB to real ( blob ; formatRéel {; offset} ) -> Résultat
📄️ BLOB to text
BLOB to text ( blob ; formatTexte {; offset {; longueurTexte}} ) -> Résultat
📄️ BLOB TO VARIABLE
BLOB TO VARIABLE ( blob ; variable {; offset} )
📄️ COMPRESS BLOB
COMPRESS BLOB ( blob {; compression} )
📄️ COPY BLOB
COPY BLOB ( srcBLOB ; dstBLOB ; srcOffset ; dstOffset ; nombre )
📄️ DECRYPT BLOB
DECRYPT BLOB ( aDécrypter ; cléPubEmetteur {; cléPrivRécepteur} )
📄️ DELETE FROM BLOB
DELETE FROM BLOB ( blob ; offset ; nombre )
📄️ DOCUMENT TO BLOB
DOCUMENT TO BLOB ( document ; blob )
📄️ ENCRYPT BLOB
ENCRYPT BLOB ( aCrypter ; cléPrivEmetteur {; cléPubRécepteur} )
📄️ EXPAND BLOB
EXPAND BLOB ( blob )
📄️ INSERT IN BLOB
INSERT IN BLOB ( blob ; décalage ; nombre {; remplisseur} )
📄️ INTEGER TO BLOB
INTEGER TO BLOB ( entier ; blob ; ordreOctet {; offset | *} )
📄️ LIST TO BLOB
LIST TO BLOB ( liste ; blob {; blob} )
📄️ LONGINT TO BLOB
LONGINT TO BLOB ( entierLong ; blob ; ordreOctet {; offset | *} )
📄️ REAL TO BLOB
REAL TO BLOB ( réel ; blob ; formatRéel {; offset | *} )
📄️ SET BLOB SIZE
SET BLOB SIZE ( blob ; taille {; remplisseur} )
📄️ TEXT TO BLOB
TEXT TO BLOB ( texte ; blob {; formatTexte {; offset | *}} )
📄️ VARIABLE TO BLOB
VARIABLE TO BLOB ( variable ; blob {; offset | *} )