Anyway to put a series of strings into an array?

I am making a calendar for my programming class and I was going to put all the months into an array like this. But its not working.

string months[]={'January','February','March',.........};

Is there any way to do this? Thanks!
Single quotes are for single characters only. Use double quotes.
Oh really.. .lol thanks i'll give it a try!
Ahh Works Thank You!!!
good for you...
Topic archived. No new replies allowed.