Hello,
I have the following output from some program:
10 3 7 9 10
the first column is: there should be 10 colums
the other columns are the position of some arbitrary character, let's say "1". I need to convert the row above to this line
0 0 1 0 0 0 1 0 1 1
Could anyone help me?
I have the following output from some program:
10 3 7 9 10
the first column is: there should be 10 colums
the other columns are the position of some arbitrary character, let's say "1". I need to convert the row above to this line
0 0 1 0 0 0 1 0 1 1
Could anyone help me?