Lenguaje 4DComandos por temaBLOBVersión: 21 R4 BETABLOBBLOB 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 ( integer : Integer ; blob : Blob {; byteOrder : Integer}{; offset : Variable} )INTEGER TO BLOB ( integer : Integer ; blob : Blob {; byteOrder : Integer}{; *} )LIST TO BLOB ( lista : Integer ; BLOB : Blob {; *} )LONGINT TO BLOB ( longint : Integer ; blob : Blob {; byteOrder : Integer}{; offset : Variable} )LONGINT TO BLOB ( longint : Integer ; blob : Blob {; byteOrder : Integer}{; *} )REAL TO BLOB ( real : Real ; blob : Blob ; realFormat : Integer {; offset : Variable } )REAL TO BLOB ( real : Real ; blob : Blob ; realFormat : Integer {; *} )SET BLOB SIZE ( BLOB : Blob ; tamaño : Integer {; relleno : Integer} )TEXT TO BLOB ( text : Text ; blob : Blob {; textFormat : Integer {; offset : Variable }} )TEXT TO BLOB ( text : Text ; blob : Blob {; textFormat : Integer {; *}} )VARIABLE TO BLOB ( variable : Variable ; blob : Blob {; offset : Variable } )VARIABLE TO BLOB ( variable : Variable ; blob : Blob {; *} )