first the one you commented out could become
TEXT* msgtxt[arraysize];
msgtxt[index]=txt_create(msg,6);

if you wanted it...

or you could use char* mytext and allocate the array size but im not exactly sure if you want to use char ...


Compulsive compiler