Software Archive
Read-only legacy content
17061 Discussions

reading ".csv" data files

durisinm
Novice
923 Views
This is a continuation of a thread from the original forum.

I've noticed that any code I post always has the indenting stripped out of it, but that code posted by some others doesn't have this problem. Why is that, and how does one post code with the indentation intact?

Mike Durisin
0 Kudos
2 Replies
Steven_L_Intel1
Employee
921 Views
This forum uses entirely different software. I'm not yet familiar enough with it to see how it works. Try it and see.
0 Kudos
Steven_L_Intel1
Employee
921 Views
Let's try some sample code using the HTML
 tag:

      DO I = 1, 10
      WRITE (*,"(1X,I)") I
      END DO


Hmm - looks like "standard HTML" will do the trick. One needs to use < and > for < and >

Steve
0 Kudos
Reply