Hi,
I'd like the internal data() arry to be exposed somehow (directly o through a function).
The idea is to be able to read the "blocks" making up the Set and save them as a long string in a Text (or similar) database field.
This way, looking at the DB data, with a DB browser for example, we'll be able to immediately see whether bit x is set or not.
Even better could be a new function added to the class in order to natively export the whole set as a string of 0s and 1s.
A companion "parser" function could recreate the set from a properly formatted string..
udg
I'd like the internal data() arry to be exposed somehow (directly o through a function).
The idea is to be able to read the "blocks" making up the Set and save them as a long string in a Text (or similar) database field.
This way, looking at the DB data, with a DB browser for example, we'll be able to immediately see whether bit x is set or not.
Even better could be a new function added to the class in order to natively export the whole set as a string of 0s and 1s.
A companion "parser" function could recreate the set from a properly formatted string..
udg