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 |
| C string | Long Integer | 0 |
| Compact compression mode | Long Integer | 1 |
| Extended real format | Long Integer | 1 |
| Fast compression mode | Long Integer | 2 |
| Is not compressed | Long Integer | 0 |
| 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 |
| Pascal string | Long Integer | 1 |
| PC byte ordering | Long Integer | 2 |
| PC double real format | Long Integer | 3 |
| Text with length | Long Integer | 2 |
| Text without length | Long Integer | 3 |