This is my array of all countries
countriesArray = CreateObject("roArray", 0, true)
for each countriesObj in _response.countries countriesArray.Push(countriesObj.name) end for m.global.countriesData = countriesArray
I want to match results and display on it on labellist.