Feddozz
Mechanical
- Dec 15, 2005
- 16
HI,
I'm trying to read a row of real values in scientific notation separated with TABs.
If they were separated by spaces I could have specified
but i don't know what to do in this case.
Thanks
I'm trying to read a row of real values in scientific notation separated with TABs.
If they were separated by spaces I could have specified
Code:
FORMAT(F10.3,F10.3,...)
Thanks