stringify Interface

public interface stringify

Module Procedures

private function integer_to_string(inumber) result(string)

Converts an integer number to a string. The WRITE statement will return an error message, if the number of digits of the integer number is larger the than the length of the supplied string.

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: inumber

Return Value character(len=:), ALLOCATABLE