Hi Friends,
Can any one answer to my problem here please ? I need to split a string into substrings like following example.
Romans 3:1,5;Romans 4:1-10(Semicolon between two strings)
Romans 3:1,5,Romans 4:1-10(Comma between two strings)
These two cases are similar,In these two cases also i want to do like following... Here we need to split into two strings like following:
String(0) = Romans 3:1,5
String(1) = Romans 4:1-10
How is it possible ? If you can, thanks in advance
Urs Friend
Venu.K