Again thank you Henrik. Yes knowing what goes on under the hood does make it make sense, But I stand by my statement that this is a shortcomming of PBP. I would almost go so far to call this a work around for word array indexing on a byte level. I think I will add a wish list thread for this. PBP should certainly be able to distinguish the intention. It would be even more intuitive to address it this way:
Code:
adcdata[index].lowbyte
adcdata[index].highbyte
But knowing is half the battle, again thanks for the very clear explanation.
Bookmarks