Searches request for responses of passed name and returns the index of the first found. If no response of this name is found, the index is set to 0.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(request_type), | intent(in) | :: | request |
Request type. |
||
character(len=*), | intent(in) | :: | name |
Response name. |