Langage 4DCommandesBLOBVersion: SuivantBLOBBLOB PROPERTIES ( blob ; compressé {; tailleDécompressée {; tailleCourante}} )BLOB size ( blob ) : IntegerBLOB TO DOCUMENT ( document ; blob )BLOB to integer ( blob ; ordreOctet {; offset} ) : IntegerBLOB to list ( blob {; offset} ) : IntegerBLOB to longint ( blob ; ordreOctet {; offset} ) : IntegerBLOB to real ( blob ; formatRéel {; offset} ) : RealBLOB to text ( blob ; formatTexte {; offset {; longueurTexte}} ) : TextBLOB TO VARIABLE ( blob ; variable {; offset} )COMPRESS BLOB ( blob {; compression} )COPY BLOB ( srcBLOB ; dstBLOB ; srcOffset ; dstOffset ; nombre )DECRYPT BLOB ( aDécrypter ; cléPubEmetteur {; cléPrivRécepteur} )DELETE FROM BLOB ( blob ; offset ; nombre )DOCUMENT TO BLOB ( document ; blob )ENCRYPT BLOB ( aCrypter ; cléPrivEmetteur {; cléPubRécepteur} )EXPAND BLOB ( blob )INSERT IN BLOB ( blob ; décalage ; nombre {; remplisseur} )INTEGER TO BLOB ( integer ; blob ; byteOrder {; offset} )INTEGER TO BLOB ( integer ; blob ; byteOrder {; *} )LIST TO BLOB ( liste ; blob {; blob} )[LONGINT TO BLOB ( entierLong ; blob ; ordreOctet {; offset[REAL TO BLOB ( réel ; blob ; formatRéel {; offsetSET BLOB SIZE ( blob ; taille {; remplisseur} )[TEXT TO BLOB ( texte ; blob {; formatTexte {; offsetVARIABLE TO BLOB ( variable ; blob {; offset } )VARIABLE TO BLOB ( variable ; blob {; *} )