integer_to_string Subroutine

public pure subroutine integer_to_string(ival, int_fmt, str)

Arguments

Type IntentOptional AttributesName
integer(kind=IK), intent(in) :: ival

integer value.

character(kind=CDK,len=*), intent(in) :: int_fmt

format for integers

character(kind=CK,len=*), intent(out) :: str

ival converted to a string.


Variables

TypeVisibility AttributesNameInitial
integer(kind=IK), public :: istat