Is your "word" a String object? And you want to create a char array whose contents correspond to the String?

Then look at the String.toCharArray() method.

If this does not help, then tell us...