Find key position in a keyword dictionary. Restriction: dictionary entries are of equal size, all kept in one string.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=*), | intent(in) | :: | dict | Dictionary string |
||
integer, | intent(in) | :: | isize | size of keys |
||
character(len=*), | intent(in) | :: | key | key string |
Key position