Continue to Site

Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

  • Congratulations KootK on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Readint TAB separated values

Status
Not open for further replies.

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
Code:
 FORMAT(F10.3,F10.3,...)
but i don't know what to do in this case.
Thanks
 
Replies continue below

Recommended for you

Try using an unformatted read statement:
read(40,*) (A(I),I=1,N)

 
Hi Prost,

Thanks for your advice. You are right, the unformatted read works fine with the TAB separated values.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor