Problem getting string to convert to char array

Not this:

char *myString[strlength] ;

But:

char myString[strlength] ;

The difference is the *