Is there any way of putting a whole word (at once) in a char double array:

char[5][5];

I can't use a string array as the function (SystemParametersInfo) will not accept it and I don't know how to convert it to a single char array.

Thanks

Jon