dont know if this helps you,its taken right from the manual and looks like a way of creating an array of strings to me



TEXT willkommen
{
...
strings = 5; // 5 differenet string pointes
string = willkommen, dies_ist, ein, text,string1;
}

...

my_text.string[3] = new_string;