get_option_value Subroutine

public subroutine get_option_value(selection, options, value, error_unit, selection_name, stop_on_error)

Uses

Arguments

Type IntentOptional Attributes Name
character(len=*), intent(in) :: selection
type(text_option), intent(in), dimension(:) :: options
integer, intent(inout) :: value
integer, intent(in), optional :: error_unit
character(len=*), intent(in), optional :: selection_name
logical, intent(in), optional :: stop_on_error