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 bkrike 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: *

  • Users: zapal
  • Content: Threads
  • Order by date
  1. zapal

    Loop over numbered variables

    Hello, I have following problem. I have integer variables, say a1, a2 and a3 and want a do ... loop running over i=1,3 to do something for each of those a's, say print them for simplicity. More specifically, I would write integer :: a1,a2,a3 [assign integers to a's] do i=1,3 [print a's] end...

Part and Inventory Search

Back
Top