@ Ottawa, that only applies to TEXT* objects, he's not working with them.

try this...(untested!)...

Code:
STRING* mystrings[1100];

for(int i=0; i<1100; i++)
{
str_cpy(mystrings[i],"#10");
}