DustinB_3 you must be using Kevin's code. If you are you just follow the instructions to integrate his code into yours, or use his complete project.
Then to get the value you call Get_ADC_Result(unsigned char port#).
The following code would get the value from analog input 1.
Code:
int position = Get_ADC_Result(1);
Hope this helps.