How can I CLEAN an arrar?
When I declare the arrays and then I call this page again from another page or refreshing, I get the first load arrays.....
I know that I can declare inside scriptlets and this will work!! but I want to know this way is possible!!!
I have this jsp:
--
<%!String[] ysort, arr, brr;%>
.....something I do with arrays.....(charge, etc)...
and here I want to clean!!!!
--
please, help...
many thanks!!!
LBAEZ

