I currently am trying to figure out how to split the values inside my array. I have looked for some code to put me on the right path, but have had no luck. Ideally what I would like to do is take the following input and split it to two separate arrays. each pair listed below ie: (12,13) is one array value.
12,13
12,14
12,15
12,16
12,17
12,18
12,21
12,22
any assistance you can give is muchly appreciated!