Is it possible to have an array of character arrays? Eg,,[CODE]char array[4];
array[0] = "string 1";
array[1] = "string 2";
// etc ...[CODE]Does anyone know how I would go about this?