wallacesg
04-18-2009, 11:32 AM
Hi
I need some help about this subject: fortran writes float numbers [ at least in default configuration ] like this :
3.54593E-008 (1)
and I need an output file that could be opened by OpenOfficeCalc, which reads numbers like this:
3,54593E-008 (2)
So, I need :
a ) change Fortran configuration to make it write commas in order of dots
b ) a new program that inputs (1) and outputs (2) ( if really that exists ... )
c ) maybe change OOC's configuration for making it read numbers written with dots
I have an 12 x 1200 data output file, I cant do it by myself , and I have no idea how solve this problem...
Thanks
I need some help about this subject: fortran writes float numbers [ at least in default configuration ] like this :
3.54593E-008 (1)
and I need an output file that could be opened by OpenOfficeCalc, which reads numbers like this:
3,54593E-008 (2)
So, I need :
a ) change Fortran configuration to make it write commas in order of dots
b ) a new program that inputs (1) and outputs (2) ( if really that exists ... )
c ) maybe change OOC's configuration for making it read numbers written with dots
I have an 12 x 1200 data output file, I cant do it by myself , and I have no idea how solve this problem...
Thanks