There are three functions in this set:
lookup(string to find, string to search, [delimiter])
entry(integer item, string, [delimeter]) - returns the (1-based array) string item within the string
num-entries(string, [delimeter]) - returns an integer of the number of items
All are recreations of functions used in the Progress Era and are available within BAQs. Delimiter is the comma if not provided.