Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

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

Search results for query: *

  1. lililulu

    FORMAT/OUTPUT

    Hi, I’ve got a problem with format statement. I have a loop and during each iteration I want to add to the existing file a new column (without deleting the previously written). Can someone help me? In short a I’d like to obtain something like this: (1 iteration) (2 iteration) (3 iteration)...
  2. lililulu

    The loop that creates iterative names of files/characters? : V1,V2,V3…

    Hi, I have a problem with a large matrix… I want to write row by row into separate files and later read them. So I need something like this (in f77): do i=1,m do j=1,n row(j)=matrix(i,j) enddo open(1,FILE='ROW_J.txt', STATUS='NEW') write(1,*) (row(j), j=1,n) close(1) enddo...

Part and Inventory Search

Back
Top