F
FoMoCo-Tom
We have a program that reads files in a fixed format style of FORTRAN. 8 characters per column of data with no delimiter. I want to export a text file from EXCEL such that each column is limited to 8 characters, that it will stuff blanks as fillers. In somecase it will be a fixed number (i.e. 1.2) and other it will be an exponent (i.e. 210E09)
Basically, I need to control the text output of Excel like the good old FORTRAN days.
Basically, I need to control the text output of Excel like the good old FORTRAN days.