How to empty an array
#1
how could i empty the array which is already filled with data?

i tried everything, splice, clear, assigning some empty data and still nothing.

the array is defined globally, for example myarray = []

and then filled with data with myarray.append('something')

Logout Mark Read Team Forum Stats Members Help
How to empty an array0