atleast Interface

public interface atleast

Contents


Module Procedures

public function pad(line, length, pattern, right, clip) result(strout)

pad(3f) - [M_strings:LENGTH] return string padded to at least specified length (LICENSE:PD)

Read more…

Arguments

Type IntentOptional Attributes Name
character(len=*), intent(in) :: line
integer, intent(in) :: length
character(len=*), intent(in), optional :: pattern
logical, intent(in), optional :: right
logical, intent(in), optional :: clip

Return Value character(len=:), allocatable