Generic integer to string converter.
Converts 4-byte integer to allocatable string of length > 0.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | i |
Value. |
String of value.
Converts 8-byte integer to allocatable string of length > 0.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=i8), | intent(in) | :: | i |
Value. |
String of value.