Wish B4xBitSet

udg

Expert
Licensed User
Longtime User
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
 

DonManfred

Expert
Licensed User
Longtime User
 

udg

Expert
Licensed User
Longtime User
Thanks Manfred. I guess you're suggesting to modify the lib's code myself. Indeed it's what I altready did, but the reason for my "wish" is to make it standard in a future release of the class/library.

udg
 
Top