Dear Sir,

Thanks for your help. Actually i wanted to find the matched elements
without using the for loop. Since if i use the for loop in my
application gets slowdown for a minute. Now i got the solution from
Forum by inserting the lowest & Highest values in the array (For
example,if i wants 04_02_26, My serial numbers will start from LS0000,
so i will add the lowest ASCII value 04_02_26AA0000 & the Ascii
maximum 04_02_26ZZ9999)and sorting the 1D array. Now i will get the
index of the known Lowest(04_02_26AA0000) and Highest(04_02_26ZZ9999).
Using that i will split the array and i will get the required portion.

Reply via email to