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 SkipVought 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. andrea213

    CHAR and ICHAR functions

    I am using the gfortran compiler. xwb (Programmer) What are you actually trying to achieve. Are you trying to convert a number into character form and then retrieve it from character form and convert it back to a number? That's exactly what I am trying to do here.
  2. andrea213

    CHAR and ICHAR functions

    Hello, I am trying to convert a high number (e.g. 123456789) into a character and then reconvert that character into the first number in another file. To do this, I am using CHAR and ICHAR functions. Using: WRITE(*,*) ICHAR(CHAR(123456789,4),4) I get the number 123456789 However, when I...

Part and Inventory Search

Back
Top