you have to use str_cpy instead.

Code:
STRING* textStr[2];

str_cpy(textStr[0],"text");
str_cpy(textStr[1],"text2");