dict_val Function

public function dict_val(dict, isize, key)

Find key position in a keyword dictionary. Restriction: dictionary entries are of equal size, all kept in one string.

Arguments

Type IntentOptional AttributesName
character(len=*), intent(in) :: dict

Dictionary string

integer, intent(in) :: isize

size of keys

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

key string

Return Value integer

Key position


Contents

None