Hi,
I need to have an array so as to look like the following:

ArrayElement[1] = "First ELement";
ArrayElement[2] = "Second Element";

etc...

How do I declare this?

ie Is it
char* ArrayElement[3];

Or how is it declared?

Thanks in advance,
Jenny