I'm not sure why they didn't just allow you do use VAR.BIT=0 instead of VAR.0[BIT]=0.
What would be nice is to be able to also do this: VAR[INDEX].BIT=0
I came across a situation just yesterday that required me to set a bit in a word, in an array to the same as another bit in another word in another array, so if it was allowed would be like this:
VAR1[INDEX].BIT=VAR2[INDEX].BIT
Instead of one line like above, it ended up being 5 lines.
No matter tho, theres always a way around these things.
"I think fish is nice, but then I think that rain is wet, so who am I to judge?" - Douglas Adams
Bookmarks