Ah, no, I was afraid someone would get the wrong idea of what I was trying to do. I hoped I'd explained it adequetly, but apparently not.
I don't want to sort them based on whether the number is odd or even. I want to sort them into two lists:
List 1: first value, third value, fifth value...
List 2: second value, fourth value, sixth value...
Using the modulus operator will just tell me whether the value itself is odd or even, which is irrelevant to me. It's the placing that matters.
Unless there's some way of applying modulus to this that I'm unaware of?