hi i have an array like this:
array1 [00] = 01,KSE array1 [01] = 04,NCEL array1 [02] = 06,LSE
I have a second array (codeArray) that has about 50 elements. All elements are '01' or '04' or '06'.
Now i have to compare both arrays & array1 have to return a name (KSE or NCEL or LSE) against the code so how can i do it? Help plz
Thanx in advance
array1 is a response that i am receiving from server & codeArray is also coming from server thats why both arrays are dynamic & can have any value but all the values in codeArray will exist in array1