Attaching analog to servos?

I'm trying to finish up my code and I'm almost done. I just need to know what would be the format for an analog to control a servo. I'm using joysticks to control servos and for instance I need A0 to control Servo1 and so on and I do not know you to form the code for this. Right now I have one analog controlling all the servos at the same time.

The Servo library can output on any pin. Just use A1 (or whatever) when attaching the servo.

I just need to know what would be the format for an analog to control a servo.

The format would be to not use an analog output to control a servo. Use the Servo library.

Right now I have one analog controlling all the servos at the same time.

I would be interested to see your program so that I might understand what you mean by this.