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 derfloh 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. JollyJoystickJester

    A pseudo-array of output files

    Hello, I'm new to this forum. I was wondering if anyone can tell me if it is possible and if they know how to create what I call a pseudo array of output files. Here is the pseudo code: Do i=1,15 Do j=1,3 open(unit=(10+i*j),file="i-j.txt",status="new") EndDo EndDo Basically...

Part and Inventory Search

Back
Top