Toggle navigation
Aov
Contents
Source Files
Modules
Procedures
Derived Types
Program
Source Files
Modules
Procedures
Derived Types
Program
tolower
Function
11 statements
Source File
aovsub.f90
aovsub
tolower
Contents
None
public function tolower(str)
Change string case to lower
Arguments
Type
Intent
Optional
Attributes
Name
character(len=*),
intent(in)
::
str
input string
Return Value
character(len=Len(str))
result output string
Contents
None