I have this array which is correct, but I need the values and size to be variable. Is this possible? If so, how?
const char *labels[] = { "Group A", "Group B", "Group C", "Group D", "Group E", "Group F", "Group G", "Group H" };
It has to be a const char * array because it is being used as a stringArray parameter, which won't take anything less complicated.
Any help would be appreciated. Please keep in mind that I am a student developer.