Thanks Dan.
I'll have to spend some more time doing the printf debug method ;)
On , Dan Smith dsmith@danplanet.com wrote:
There does indeed appear to be something that doesnt work quite right when using array outside of a struct.
I just sent a patch to the list that adds tests for this scenario, both reading and writing. I don't think there is a problem with bitwise, as those tests work fine.
I'm using this array in bank get/set. When I'm updating the bank matrix ui, nothing seems to change state. There are no exceptions thrown, so I'm not sure exactly how to troubleshoot what is going on.
Hmm, well, adding print statements to make sure that it's doing what you think it's doing is probably the path to enlightenment there. I dunno what else to say if the tests show that it works. I'd have to be able to replicate the behavior in order to try to diagnose it myself.