2 dimensional sttring array, how to give data using {"",""}

I have string Mydata[100][5]
I want to do :
Mydata[0]= {"one","two","three","four","five"};

I cannot do this.
ANy help ?
You can only initialize things with {} when you declare them.
Aha, what I feared....
Topic archived. No new replies allowed.