Lenguaje 4DComandos por temaBLOBVersión: SiguienteBLOBBLOB PROPERTIES ( BLOB : Blob ; comprimido : Integer {; descompTam : Integer {; tamañoActual : Integer}} )BLOB size ( BLOB : Blob ) : IntegerBLOB TO DOCUMENT ( documento : Text ; BLOB : Blob )BLOB to integer ( BLOB : Blob ; byteOrden : Integer {; offset : Variable} ) : IntegerBLOB to list ( BLOB : Blob {; offset : Integer} ) : IntegerBLOB to longint ( BLOB : Blob ; byteOrden : Integer {; offset : Variable} ) : IntegerBLOB to real ( BLOB : Blob ; formatoReal : Integer {; offset : Variable} ) : RealBLOB to text ( BLOB : Blob ; formatoTexto : Integer {; offset : Variable {; longitudTexto : Integer}} ) : TextBLOB TO VARIABLE ( BLOB : Blob ; variable : Variable {; offset : Integer} )COMPRESS BLOB ( BLOB : Blob {; compresion : Integer} )COPY BLOB ( srcBLOB : Blob ; dstBLOB : Blob ; srcOffset : Integer ; dstOffset : Integer ; numero : Integer )DECRYPT BLOB ( aDescifrar : Blob ; enviarLlavePub : Blob {; recepLlavePriv : Blob} )DELETE FROM BLOB ( BLOB : Blob ; offset : Integer ; numero : Integer )DOCUMENT TO BLOB ( documento : Text ; BLOB : Blob )ENCRYPT BLOB ( aCifrar : Blob ; enviarLlavePriv : Blob {; recepLlavePub : Blob} )EXPAND BLOB ( BLOB : Blob )INSERT IN BLOB ( BLOB : Blob ; offset : Integer ; numero : Integer {; relleno : Integer} )[INTEGER TO BLOB ( entero : Integer ; BLOB : Blob ; byteOrden : Integer {; offset LIST TO BLOB ( lista : Integer ; BLOB : Blob {; *} )[LONGINT TO BLOB ( enteroLargo : Integer ; BLOB : Blob ; byteOrden : Integer {; offset[REAL TO BLOB ( real : Real ; BLOB : Blob ; formatoReal : Integer {; offsetSET BLOB SIZE ( BLOB : Blob ; tamaño : Integer {; relleno : Integer} )[TEXT TO BLOB ( texto : Text ; BLOB : Blob {; formatoTexto : Integer {; offsetVARIABLE TO BLOB ( variable : Variable ; blob : Blob {; offset } )VARIABLE TO BLOB ( variable : Variable ; blob : Blob {; *} )