Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
dim i as interger
dim l_bolFound as boolean
for i = 0 to combobox1.items.count
combobox1.selectedindex = i
if combobox1.text = textbox1.text.trim then
l_bolFound = true
endif
next i