I had a requirement like, i want to test the file extension of the fields starting from index 10 in the following code:
Sunset.jpg;REF;Title;DESC;10;1;11;21;31;Bluehills.jpg;Winter.ppt;Moonfit.xls...
In the above code i want to read the extesnsion of the fields starting from inedx 10(Bluehills.jpg and soon), to check whether it is valid extension or not.
Any help is highly appreciated.
Thanks,
Raj