![]() |
TreeMig Code
|
Go to the source code of this file.
Functions/Subroutines | |
| subroutine | inttochar (ndigits, intvalue, charvar) |
| IntToChar | |
| subroutine inttochar | ( | integer, intent(in) | ndigits, |
| integer, intent(in) | intvalue, | ||
| character, dimension(ndigits), intent(out) | charvar ) |
IntToChar
Converts integer value to character of a given length
| intvalue | : integer variable |
| ndigits | : number of digits for character representation of integer |
| charvar | : character representation of integer |
Definition at line 42 of file IntToChar.f90.