zfill Function

public pure function zfill(intval, n) result(ret)

Arguments

Type IntentOptional Attributes Name
integer(kind=int32), intent(in) :: intval
integer(kind=int32), intent(in) :: n

Return Value character(len=n)