Return the index of the element of the delimited string matching the passed string, or -1 if not found
The delimiter
The delimited string
The string to find
(no description)
DelimListMemberIndex("eins,zwei,drei,vier", "drei") => 3
DelimListMemberIndex("eins,zwei,drei,vier", "zebra") => -1