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 with different numbers of digits, and integers must be separated by a space from eachother so that each line includes different numbers of integers. THUS, i can't use "format" for writing this data as usual.
PLEASE HELP ME HOW TO GET RID OF THE SPACE AT THE BEGINNING OF EACH OUTPUT LINE!
in addition, my data in output file must include text and integers with different numbers of digits, and integers must be separated by a space from eachother so that each line includes different numbers of integers. THUS, i can't use "format" for writing this data as usual.
PLEASE HELP ME HOW TO GET RID OF THE SPACE AT THE BEGINNING OF EACH OUTPUT LINE!