Using A0 to A5 as OUTPUT pins?

I'm totally new.

Is it possible to use the analog pins as OUTPUT pins?

Yes

Alright...

How do I use it as a regular digital pin?

I dont call pinMode on it do I?

I dont call pinMode on it do I?

Yes, you do.

Alright.

In my sketch I've already set the pinMode for pin 0 through 11.

So I cant just use pin 0 through 5 to register the analog pins?

No, that's why A0 etc were defined

But how do I use them?

pinMode (A0, OUTPUT);

Etc.

Thanks.

Mate! That was like pulling teeth!