Hi, akhileshbc,
Thanks for the great code. Code works mostly fine. It takes only a small change.
Originally, my string1 always ends with a comma character, as in this example:
11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,
This character is sometimes a cause for error. What a change in the code I need to do if I want to keep the comma character at the end of my string1?
Onenew