19 Mar, 2008, Kayle wrote in the 21st comment:
Votes: 0
Yep, thats the one, thanks Kia. :P
19 Mar, 2008, Banner wrote in the 22nd comment:
Votes: 0
Would any of the saving of the languages to the pfile be modified?

And what's the difference between xSET_BIT and xTOGGLE_BIT and the difference between xREMOVE_BIT and xCLEAR_BITS?
19 Mar, 2008, David Haley wrote in the 23rd comment:
Votes: 0
Presumably, yes, you would have to modify the save/load to actually use the extended bitvectors. I'd refer you to existing uses for examples.

I'd assume that set_bit sets the bit to one, whereas toggle_bit switches it between one and zero. remove_bit would set it to zero, whereas clear_bits would set all bits to zero. Just guesses from the function names.
20.0/23