int2char Function

public pure function int2char(a, f, l) result(o)

Convert an integer to a character

Arguments

TypeIntentOptionalAttributesName
integer, intent(in) :: a

Integer value to convert

character, intent(in), optional :: f

Format of result

integer, intent(in), optional :: l

Length of result

Return Value character,allocatable


Contents

None