Hi,
Have you tried:
Code:
adcData.lowbyte[index] = ADRESL
adcData.lowbyte[index+1] = ADRESH
Take a look at Melanies writeup, specifically section 5, for further details.

/Henrik.