toupper Function

public function toupper(str)

Change string case to upper

Arguments

Type IntentOptional AttributesName
character(len=*), intent(in) :: str

input string

Return Value character(len=Len(str))

result output string


Contents

None