Roku Developer Program

Join our online forum to talk to Roku developers and fellow channel creators. Ask questions, share tips with the community, and find helpful resources.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
oa24153
Binge Watcher

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.

0 Kudos