thanx you all buddies!
but my output file does not include character type and it also contain integers. so the solutions you gave me is not efficient.
however, i found the solution using sed in unix. i omitted all first blanks in my output file using an sed command.
sed 's/^ *//'<in.asc>out.asc
i need to have my data written in an output file. but when i write them using "write" statement, fortran 77 adds a "space" at the beginning of each line whereas i have to have each line without this "space" at the beginning.
in addition, my data in output file must include text and integers...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.