- Joined
- Mar 26, 2009
- Messages
- 1
- Reaction score
- 0
Hi,
I want to know if this is possible and whether anybody could give me any pointers how to do so
I want to make a program that can convert for example, the following data..
1, 0, 1, 0, 0, 0, 1
0, 1, 0, 0, 1, 0, 0
1, 1, 1, 0, 0, 0, 1
Into something that would show as..
1, 3, 7
2, 5
1, 2, 3, 7
Thanks.
I have already made my program and need it to take data input as originally shown.
I want to know if this is possible and whether anybody could give me any pointers how to do so
I want to make a program that can convert for example, the following data..
1, 0, 1, 0, 0, 0, 1
0, 1, 0, 0, 1, 0, 0
1, 1, 1, 0, 0, 0, 1
Into something that would show as..
1, 3, 7
2, 5
1, 2, 3, 7
Thanks.
I have already made my program and need it to take data input as originally shown.