Hi Guys,
Need help on this.
I have a list. And inside my list is "one.doc,two,three,four.csv,five.csv "
ex : filelist = one.doc,two,three,four.csv,five.csv
How do I get element number that contains ".csv"?
For this example I should get element 4 and 5.
Is there a better CF function...