Is it possible to read a particular column in a file by using fortran? Say i want to read the 5th column of a file. Is it possible to do so?As an example?
This is a data from a file.
asd1 rty2 iii1
uhy2 koi3 kjh4
kjh3 jhg3 kjh5
I want to make three file from these data considering there fourth column value data(1,2,3). The resultant 3 file will have the following data
asd1 rty2 iii1 is first one, uhy2 koi3 kjh4 in second one and kjh3 jhg3 kjh5 will be on third one.
This is a data from a file.
asd1 rty2 iii1
uhy2 koi3 kjh4
kjh3 jhg3 kjh5
I want to make three file from these data considering there fourth column value data(1,2,3). The resultant 3 file will have the following data
asd1 rty2 iii1 is first one, uhy2 koi3 kjh4 in second one and kjh3 jhg3 kjh5 will be on third one.