I have a table I would like to split out.
Example: 11/15/2008 725
11/16/2008 154
11/17/2008 503
I would like to spred the numbers 725,154,503 into 10 array slots, each having 0 1 2 3 4 5 6 7 8 9
725 x X X
154 X X X
503 X X X
Once I have them spred I want to print the array
Can anyone tell me how to do this?
Example: 11/15/2008 725
11/16/2008 154
11/17/2008 503
I would like to spred the numbers 725,154,503 into 10 array slots, each having 0 1 2 3 4 5 6 7 8 9
725 x X X
154 X X X
503 X X X
Once I have them spred I want to print the array
Can anyone tell me how to do this?
Comment