Printable View
Hi, anyone know how to clear an array till empty for my next time use? Thanks..
Simply create a new empty array in its place, Code: yourArray = [];
yourArray = [];