dm_env_has Function

public function dm_env_has(name) result(has)

Returns .true. if the environment variable of the given name exists and has a value.

Arguments

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

Variable name.

Return Value logical


Called by

proc~~dm_env_has~~CalledByGraph proc~dm_env_has dm_env_has proc~dm_test_skip dm_test_skip proc~dm_test_skip->proc~dm_env_has