possible is this ,too

Code:
TEXT* stringarray = {
string = ("String 1", "String 2", "String 3" ...etc..etc);
}



and readout/write with
Code:
str_cpy((stringarray.pstring)[index_number] , "something");

if(str_cmpi((stringarray.pstring)[index_number], "something"))
{
}



where "index_number" is the number of the string, starting at 0


Selling my Acknex Engine Editions (A7 Com & A8 Pro):
>> click here if you are interested <<