Say ‘Goodbye’ to blobs
Aparajita Fishman has released his next version of ‘ObjectTools’:
ObjectTools 4 builds on the rock-solid foundation of ObjectTools 3 and provides:
- 64-bit support
- Active4D v6 interchange
How many times have you wanted to store multiple pieces of data – of different types — in one place?
You could use VARIABLE TO BLOB and BLOB TO VARIABLE. But let’s be honest, this sucks. To retrieve the 7th item, you have to retrieve the six items before it, and you have to try to remember (or document) what each anonymous item in the BLOB is. No thanks.