danhodges99
IS-IT--Management
Hi all,
I have a file with several columns of data, eg:
A B C D
--- --- --- ---
1 2 5 1
2 2 2 2
8 4 4 4
4 2 3 4
10 9 4 4
9 7 1 2
I need to get the values from, say, column B and place them into a string separated by a semicolon, eg:
2;2;4;2;9;7
Does anyone have any ideas how to do this? Any help would be massively appreciated! Thanks.
I have a file with several columns of data, eg:
A B C D
--- --- --- ---
1 2 5 1
2 2 2 2
8 4 4 4
4 2 3 4
10 9 4 4
9 7 1 2
I need to get the values from, say, column B and place them into a string separated by a semicolon, eg:
2;2;4;2;9;7
Does anyone have any ideas how to do this? Any help would be massively appreciated! Thanks.