G
Guest
I want to save 192 bit-values in 12 integers. How do I save this information
in a field in a table?
Can I save it in a text field – and how do I the extract the data in the
right format?
I will later use the bit in a bit operation using the AND operator on
another similar structure. Maybe I have to do this one integer at a time – so
perhaps the solution is to have 12 integer fields in my table. But I would
prefer to have one field and then map the content into a structure with 12
integers (using lset).
in a field in a table?
Can I save it in a text field – and how do I the extract the data in the
right format?
I will later use the bit in a bit operation using the AND operator on
another similar structure. Maybe I have to do this one integer at a time – so
perhaps the solution is to have 12 integer fields in my table. But I would
prefer to have one field and then map the content into a structure with 12
integers (using lset).