Hi all,
consider the following
xyxy9=ABC:ADC:uio
xyoy10=DEF:DCF:uip
...........................
..............................
100 lines
I want to compare the strings ABC and ADC........similarly DEF and DCF..... if they are equal then no operation is done else they are written in a single array
thanks in advance.