Hello. Really been struggling with this one, and i cant seem to find a simple method of doing it...surely there must be one? I have a list of values that i am loading into a variable. I am trying to split that variable by the whitespace that separates each value...the only thing is the whitespace varies in size. eg...

value 1_______________value 2____value 3
value 4__value5____________value6

is there any way of splitting by batches of whitespace?

Thank you