maybe you can use this, i found this in another forum discussing the same topic:


# public static Vector split(String s, char c)
# {
# Vector parts = new Vector();
# ...