config_get_string Subroutine

public subroutine config_get_string(cfg, key, value, is_ok, message)

Read one string or choice token from cfg by schema key.

Arguments

Type IntentOptional Attributes Name
type(config_t), intent(in) :: cfg
character(len=*), intent(in) :: key
character(len=*), intent(out) :: value
logical, intent(out), optional :: is_ok
character(len=*), intent(out), optional :: message