Hi. This is my first post. Yes, I'm a newbie. Trying to come up with a way to read a variable voltage (from a sensor through an op-amp) using the PicBasic Compiler from MicroEngineering Labs, then convert it to be displayed on a two-digit 7-segment LCD. Is there a standard for doing this? It's not PicBasic Pro so it doesn't allow ADCin, making it more difficult to read ADC inputs. I have to somehow use the PEEK command instead. Is it possible to simply PEEK an input or do I have to somehow store the value in a register then PEEK that? I have analog experience but programming microcontrollers is alltogether different! Is there some simple method to accomplish this? Thank You, Buglow