Reading Servo Position Through Serial?

PaulS:

why can't I simply Serial.println(Servo Position); to get the servo position in C?

You could, if you had a variable called "Servo Position".

The code you posted does something. What does it do?

Well it doesn't print to the serial terminal thats for sure, the code controls a servo by moving it between position 180 and 1 with a for loop to my understanding. I was using Serial.println(Servo Position); as an example, if you look at the code I called out to pos and variable pos exist but I am getting nothing via the terminal.