processing lists

  1. FERNANDO SILVEIRA

    Android Question LIST2 = SHUFFELIST(LIST1) also changes LIST1, Why?

    Hello Guys, I have the following code to shuffle LIST1 into LIST2, but at the end both lists are shuffled. I want LIST1 as it was originally. What am I doing wrong? Dim lstWords1, lstWords2 As List lstWords1 = Array("AVIÃO", "BOLA", "CASA", "COPO", "DADO", "FACA", "FLOR", "FOGO"...
Top