How can i empty an array

how can i remove all elements of an array?

You can define it again:

sList = new String[15];

3 Likes