Feddozz
Mechanical
- Dec 15, 2005
- 16
Hi,
I need to read N values in the same row of a file.
The number of values changes so I need to have a dinamic format specifier.
For example
where N is stored in a real variable and changes.
Can you help me?
Tnx
I need to read N values in the same row of a file.
The number of values changes so I need to have a dinamic format specifier.
For example
Code:
FORMAT(N(F10.2))
Can you help me?
Tnx