Um, I am not sure if I exactly understand you but here is an array of strings:
Code:
new StringArray[3][] = {
"String 1, Slot 0",
"String 2, Slot 1",
"String 3, Slot 2, finsihing out the array slots..."
}; //close with a brace and optionaly semicolon.
__________________