Anyway to put a series of strings into an array?

Dec 8, 2012 at 4:49am
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!
Dec 8, 2012 at 4:51am
Single quotes are for single characters only. Use double quotes.
Dec 8, 2012 at 4:56am
Oh really.. .lol thanks i'll give it a try!
Dec 8, 2012 at 4:59am
Ahh Works Thank You!!!
Dec 8, 2012 at 6:37am
good for you...
Topic archived. No new replies allowed.