I've looked, and I've thought, but I can't see a way to do this. Basically, I have a two-digit LED display, and the numbers to be displayed are in a 2-element array. Now, what I want to do is display the PSI reading from a pressure sensor on the LED display. So, I need a way to extract, say, the individual numbers 5 and 2 from the ADC value (value from the ADC is divided by ten to get PSI) of 52, and set the array elements to those extracted numbers.