Forum Discussion

Komag's avatar
Komag
Roku Guru
9 years ago

Is there way to copy an object instead of creating a reference?

If I have a variable A that is an array full of associative arrays, and I set B = A, it's just a reference Even if I do FOR EACH element in A, B.Push(element), later when I mess around with the ele...