Forum Discussion

oa24153's avatar
oa24153
Binge Watcher
5 years ago

Search/match results form an roArray.

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.

No RepliesBe the first to reply