Hello All,
I would like an "expert check" on this one....
I need to put 2 ADC bytes into a word variable thats part of an array.

This is what I have:
adcData var word[16]
adcData[index] = (ADRESH << 8) + ADRESL

Is there a better way (faster) ?

thanks,
Mike

P.S.
I am modernizing an old dehumidifier whose humidity sensor (tape strip) has
gone the way of the dodo. I figure get an electronic humidity sensor and I
would have another excuse for a PIC project.