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: 
5ytech
Visitor

remove repeating objects in the array

Hello, I want to remove the repeating objects in roArray. How can we do that?
ex if i have a array:{
"A"
"B"
"C"
"A"
"B"
"C"
"A"
"B"
}

my output array should be like:
{
A, B, C
}

Thanks,
Pradeep
0 Kudos
2 REPLIES 2
Gilgamesh
Visitor

Re: remove repeating objects in the array

This forum is mainly for users to ask questions and interact. You need to ask this in the developer's forum. viewforum.php?f=34
0 Kudos
dwanthny
Binge Watcher

Re: remove repeating objects in the array

"5ytech" wrote:
Hello, I want to remove the repeating objects in roArray. How can we do that?

The development forum is here.
0 Kudos