RobotC Servo Autonomous

I am part of FTC Team 7828 the Robo Ducks. I have been not able to figure out how to program servos during autonomous. Anyone know how to do that? If, so how would you program that for RobotC?

motor[servoName] = servo position;

Put the name of your servo motor in the brackets and set it equal to the position.