📄️ BLOB PROPERTIES
BLOB PROPERTIES ( BLOB ; comprimido {; descompTam {; tamanhoAtual}} )
📄️ BLOB size
BLOB size ( BLOB ) -> Resultado
📄️ BLOB TO DOCUMENT
BLOB TO DOCUMENT ( documento ; BLOB )
📄️ BLOB to integer
BLOB to integer ( BLOB ; byteOrdem {; offset} ) -> Resultado da função
📄️ BLOB to list
BLOB to list ( BLOB {; offset} ) -> Resultado
📄️ BLOB to longint
BLOB to longint ( BLOB ; byteOrdem {; offset} ) -> Resultado da função
📄️ BLOB to real
BLOB to real ( BLOB ; formatoReal {; offset} ) -> Resultado
📄️ BLOB to text
BLOB to text ( BLOB ; formatoTexto {; offset {; compTexto}} ) -> Resultado
📄️ BLOB TO VARIABLE
BLOB TO VARIABLE ( BLOB ; variável {; offset} )
📄️ COMPRESS BLOB
COMPRESS BLOB ( BLOB {; compressão} )
📄️ COPY BLOB
COPY BLOB ( oriBLOB ; dstBLOB ; oriOffset ; dstOffset ; tamanho )
📄️ DECRYPT BLOB
DECRYPT BLOB ( aDecifrar ; enviarChavePub {; recepChavePriv } )
📄️ DELETE FROM BLOB
DELETE FROM BLOB ( BLOB ; offset ; tamanho )
📄️ DOCUMENT TO BLOB
DOCUMENT TO BLOB ( documento ; 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 ( inteiro ; BLOB ; byteOrdem {; offset | *} )
📄️ LIST TO BLOB
LIST TO BLOB ( lista ; 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 ; tamanho {; preenchimento} )
📄️ TEXT TO BLOB
TEXT TO BLOB ( texto ; BLOB {; textFormat {; offset | *}} )
📄️ VARIABLE TO BLOB
VARIABLE TO BLOB ( variável ; BLOB {; offset | *} )