sget Function

public function sget(n)

Arguments

Type IntentOptional Attributes Name
character(len=*), intent(in) :: n

Return Value character(len=:), allocatable


Contents

Source Code


Source Code

function sget(n); character(len=:),allocatable :: sget; character(len=*),intent(in) :: n; call get_args(n,sget); end function sget