I pass a
String parameter where can has value of this type:
"2.ACSC344,5.ACSC345,8.ACSC456"
I want somehow to read from this String and save it to hashtable.When I find the number(before dot) to save it as the key and when finding the code(after dot)save as the value of the key and I want to loop until all are saved.How can I do that if it's possible?
[ June 08, 2008: Message edited by: panayiotis panayiotou ]