fortran int to string

Solutions on MaxInterview for fortran int to string by the best coders in the world

showing results for - "fortran int to string"
Diego
01 Apr 2016
1        
2        integer(kind=4) :: aNumber
3        character(len=64) :: aString
4
5        write(aString,*) aNumber 
similar questions
queries leading to this page
fortran int to string