As far as i can see the string.Split method will only split on one character, i could use the Split() function carried from vb6 but isnt there a way using .net methods that split a string using more than one character as the delimiter.

Thanks

Casey.