Sets option name and value in select type.
Type | Intent | Optional | 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. |