dm_html_select_set Subroutine

public subroutine dm_html_select_set(select, index, option, value, error)

Sets option name and value in select type.

Arguments

Type IntentOptional Attributes Name
type(select_type), intent(inout) :: select

Select type.

integer, intent(in) :: index

Array index.

character(len=*), intent(in) :: option

Option name.

character(len=*), intent(in) :: value

Option value.

integer, intent(out), optional :: error

Error code.