String arrays

Posted By: Progger

String arrays - 03/20/11 14:39

Hi community i want to ask you if you know a way how i can realise string arrays
Thanks for your help laugh
WFG Progger laugh
Posted By: Progger

Re: String arrays - 03/20/11 15:10

It is solved Superku saved my day laugh
you can do it like this:
STRING*information[100];

int j;
for(j=0;j<100;j++)
{
information[j] = str_create("");
}

WFG Progger laugh
© 2024 lite-C Forums