puffthemagicdragon
New member
- Local time
- Today, 01:34
- Joined
- Mar 17, 2009
- Messages
- 9
I have some output from a piece of code which produces five integers, randomly selected between 1 and 59; each is comma delimited like so:
,21,19,54,16,59
,45,31,44,6,58
,54,31,3,2,24
,40,3,13,34,46
,52,36,7,17,56
,34,14,33,35,56
I need to get each integer into a separate field, but can't figure a way to parse them out as, being random, there is no consistency to the start/end positions.
I suppose it might be possible to test each possible position permutation with an IF LOOP, but surely there is a more efficient option?
Thanks in advance for your help.
,21,19,54,16,59
,45,31,44,6,58
,54,31,3,2,24
,40,3,13,34,46
,52,36,7,17,56
,34,14,33,35,56
I need to get each integer into a separate field, but can't figure a way to parse them out as, being random, there is no consistency to the start/end positions.
I suppose it might be possible to test each possible position permutation with an IF LOOP, but surely there is a more efficient option?
Thanks in advance for your help.