How to to extract a string after every comma seprator
Hi all,
Does anybody know how to extract a word after a comma seprator from a string
for example
String record=3767197,MSC100003831.CDR,MSTerminating,9894944322,,,9840867543
how can i set
String firstword=3767197
String secondword= MSC100003831.CDR
String thirdword=9894944322
please help me
thanks in advance

