Case-Sensitive text box

When Btn_search.Click do {
initialize local **searchment** to downcase(TextBox.Text) in[
for each *item* in list get global **list**
If contains **searchment** downcase(*item*) then <do something>
]
}

global **list** is the list to initialize listviews
2 Likes