4Dランゲージ コマンド BLOBバージョン: 20 R10 BETA BLOBBLOB PROPERTIES ( BLOB ; compressed {; expandedSize {; currentSize}} ) BLOB size ( BLOB ) : Integer BLOB TO DOCUMENT ( document ; BLOB ) BLOB to integer ( BLOB ; byteOrder {; offset} ) : Integer BLOB to list ( BLOB {; offset} ) : Integer BLOB to longint ( BLOB ; byteOrder {; offset} ) : Integer BLOB to real ( BLOB ; realFormat {; offset} ) : Real BLOB to text ( BLOB ; textFormat {; offset {; textLength}} ) : Text BLOB TO VARIABLE ( BLOB ; variable {; offset} ) COMPRESS BLOB ( BLOB {; compression} ) COPY BLOB ( srcBLOB ; dstBLOB ; srcOffset ; dstOffset ; len ) DECRYPT BLOB ( toDecrypt ; sendPubKey {; recipPrivKey} ) DELETE FROM BLOB ( BLOB ; offset ; len ) DOCUMENT TO BLOB ( document ; BLOB ) ENCRYPT BLOB ( toEncrypt ; sendPrivKey {; recipPubKey} ) EXPAND BLOB ( BLOB ) INSERT IN BLOB ( BLOB ; offset ; len {; filler} ) INTEGER TO BLOB ( integer ; blob ; byteOrder {; offset} )INTEGER TO BLOB ( integer ; blob ; byteOrder {; *} ) LIST TO BLOB ( list ; BLOB {; *} ) LONGINT TO BLOB ( longint ; blob ; byteOrder {; offset } )LONGINT TO BLOB ( longint ; blob ; byteOrder {; *} ) REAL TO BLOB ( real ; blob ; realFormat {; offset } )REAL TO BLOB ( real ; blob ; realFormat {; *} ) SET BLOB SIZE ( BLOB ; size {; filler} ) TEXT TO BLOB ( text ; blob {; textFormat {; offset}} )TEXT TO BLOB ( text ; blob {; textFormat {; *}} ) VARIABLE TO BLOB ( variable ; blob {; offset } )VARIABLE TO BLOB ( variable ; blob {; *} )