Hi, i've a problem with arrays. I've two functions in my js, the first one return an array as result, and it works correctly. Then i need to call the second one passing the array (stored in an alias) as parameter but it seems to not working. What i'm wrong!?
As you can see, "wavePoints" is an array, and i would like to pass to "updateWavePoints" function.