Horje
fortran int to string Code Example
fortran int to string
        
        integer(kind=4) :: aNumber
        character(len=64) :: aString

        write(aString,*) aNumber 




38


Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
10