Commands and Topics for BLOB
BLOB Commands
BLOB PROPERTIES
(blob; compressed{; expandedSize{; currentSize}})
BLOB size
(blob)
Longint
BLOB TO DOCUMENT
(document; blob{; *})
BLOB to integer
(blob; byteOrder{; offset})
Number
BLOB to list
(blob{; offset})
ListRef
BLOB to longint
(blob; byteOrder{; offset})
Number
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 | *})
LIST TO BLOB
(list; blob{; *})
LONGINT TO BLOB
(longInt; blob; byteOrder{; offset | *})
REAL TO BLOB
(real; blob; realFormat{; offset | *})
SET BLOB SIZE
(blob; size{; filler})
TEXT TO BLOB
(text; blob; textFormat{; offset | *})
VARIABLE TO BLOB
(variable; blob{; offset | *})
Other related commands:
C_BLOB
({method; }variable{; variable2; ...; variableN}) --
Theme:
Compiler
SAVE LIST
(list; listName) --
Theme:
Hierarchical Lists
GET PASTEBOARD DATA
(dataType; data) --
Theme:
Pasteboard
APPEND DATA TO PASTEBOARD
(dataType; data) --
Theme:
Pasteboard
PICTURE TO GIF
(pict; blobGIF) --
Theme:
Pictures
PICTURE TO BLOB
(picture; pictureBlob; codec) --
Theme:
Pictures
BLOB TO PICTURE
(pictureBlob; picture{; codec}) --
Theme:
Pictures
GET RESOURCE
(resType; resID; resData{; resFile}) --
Theme:
Resources
SET RESOURCE
(resType; resID; resData{; resFile}) --
Theme:
Resources
GENERATE ENCRYPTION KEYPAIR
(privKey; pubKey{; length}) --
Theme:
Secured Protocol
GENERATE CERTIFICATE REQUEST
(privKey; certifRequest; codeArray; nameArray) --
Theme:
Secured Protocol
CONVERT FROM TEXT
(4Dtext; charSet; convertedBLOB) --
Theme:
String
Open document
(document{; fileType{; mode}})
DocRef --
Theme:
System Documents
Create document
(document{; fileType})
DocRef --
Theme:
System Documents
USERS TO BLOB
(users) --
Theme:
Users and Groups
BLOB TO USERS
(users) --
Theme:
Users and Groups
SEND HTML BLOB
(blob; type{; noContext}) --
Theme:
Web Server