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 Shaun E 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: andrea213
  • Content: Threads
  • Order by date
  1. 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