Normally, you create string arrays as follows:

STRING* str_array[10];
...
for(i = 0; i < 10; i++) str_array[i] = str_create("");

In your case the "array" would need to be a string array, too, how did you declare it?


"Falls das Resultat nicht einfach nur dermassen gut aussieht, sollten Sie nochmal von vorn anfangen..." - Manual

Check out my new game: Pogostuck: Rage With Your Friends