STRING* string[1100];//array of empty pointers

for(i=0; i<1100; i++)
{
mystrings[i] = str_create("#10");//create strings
}