stringfromint Function

public function stringfromint(x)

Make a string of "correct" length from a positive integer.

Arguments

Type IntentOptional AttributesName
integer, intent(in) :: x

Positive integer to be converted.

Return Value character(len=:), allocatable

String containing the given integer, without spaces.


Contents

None