Hi List
I have the following array ---
('1900-0','1900-1','NULL','NULL','1900-2','1900-4','1902-5','1902-6','1902-7','1902-8');
There are two part for each element separated by a dash.
first one known as earfcn and second one is pcid .
The requirement is  For the same “earfcn”, concatenate the “pcid” values
using "&" separator between values.
so the output will be like this
EARFCN=1900,PCID=0&1&2&4;
EARFCN=1902,PCID=5&6&7&8;

I am not able to generate any idea how to adress this isuue. Please give me
some starting point.

Best Regards
Anirban.

Reply via email to