Originally Posted By: MPQ
TEXT* my_text[2]

str_cpy((my_text[0]->pstring)[7], my_str[0]);

You have no idea what you're doing, have you?

This is wrong syntax as well as nonsense. Read about operator precendece. Don't try to create an array of texts. The text object already has an array of strings. When using text objects you have to create them with http://www.conitec.net/beta/atxt_create.htm.


Always learn from history, to be sure you make the same mistakes again...