Related command(s):
BLOB PROPERTIES
BLOB to integer
BLOB to longint
BLOB to real
BLOB to text
INTEGER TO BLOB
LONGINT TO BLOB
REAL TO BLOB
TEXT TO BLOB
Constant | Type | Value |
Compact compression mode | Long Integer | 1 |
Extended real format | Long Integer | 1 |
Fast compression mode | Long Integer | 2 |
Is not compressed | Long Integer | 0 |
Mac C string | Long Integer | 0 |
Mac Pascal string | Long Integer | 1 |
Mac Text with length | Long Integer | 2 |
Mac Text without length | Long Integer | 3 |
Macintosh byte ordering | Long Integer | 1 |
Macintosh double real format | Long Integer | 2 |
Native byte ordering | Long Integer | 0 |
Native real format | Long Integer | 0 |
PC byte ordering | Long Integer | 2 |
PC double real format | Long Integer | 3 |
UTF8 C string | Long Integer | 4 |
UTF8 Text with length | Long Integer | 5 |
UTF8 Text without length | Long Integer | 6 |