I've confirmed the offset bug is resolved. set the itemDelimiter to "|" set wholematches to true put "|123|456|" into tContactType put itemOffset("456", tContactType) will return 3. Prior to the fix it would return 0. Bob S