I have set Dictionary as an object an added several items to that dictionary, however it seems to be case-sensitive. Is there anyway I can set the dictionary to recognize di
Adding onto @Ralph
dict.CompareMode = TextCompare
is what I changed the file to.