Ok thanks, it works. But i cant believe there is no possibility for arrays.
(later) i tried :


STRING* text[2];

text[1] = "text";
text[2] = "text2";


im not getting any kind of errors, and i can also change values draw the text...