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 John Tel on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by coil87

  1. coil87

    Fortran Issue

    Thank you so much for your answers! I appreciate your collaboration! If i want to insert the line str=char(iachar('0')+ord/10)//char(iachar('0')+mod(ord,10))//'.par' or write(nr_char,'(I2.2)') nr in a Subroutine such as program main do ord=1,10 call read end do end main subroutine read...
  2. coil87

    Fortran Issue

    Hi everyone! I have a problem in compiling a program i made in fortran because of an error that occur in this line: str=char(iachar('0')+ord/10)char(iachar('0')+mod(ord,10))'.par' open(lin,file=str,status='old') I have defined ord as an integer, and str as a character, and that particular...

Part and Inventory Search

Back
Top