I have a string, and need it split into a string array. The string is like this Line 0|X|X|1|x|2|3|X, there is a few of these and there will always be 9 values into the array, with | being used as a splitter
I'm struggling to find something that isn't completely over complicated, so any help would be apperciated