You should initialize the string array before the firrst usage, like this:
Code:
for(i=0;i<1000;i++)
   str_create(arrlanguage[i],"");


Or something like. See the Manual.

Last edited by Aku_Aku; 09/21/11 10:28.