enum of array of string doesn't write strings properly
#2

for (new i=0; i<sizeof(TEST_ARRAY); i++)

change in

for (new i1=0; i1<sizeof(TEST_ARRAY); i1++)

And why :

You use same name variable in same loop and when you call you second for i change to new i = 0
and loop reset him self .
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)