Fortran Int To String

[Solved] Fortran Int To String | Fortran - Code Explorer | yomemimo.com
Question : fortran int to string

Answered by : clear-caterpillar

 integer(kind=4) :: aNumber character(len=64) :: aString write(aString,*) aNumber 

Source : http://wisdomthroughknowledge.blogspot.com/2016/04/fortran-77-f77-convert-integer-to-string.html | Last Update : Mon, 06 Apr 20

Answers related to fortran int to string

Code Explorer Popular Question For Fortran