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

[484 byte] By [LBAEZ] at [2007-9-27 14:51:40]
# 1
e.g.:--<% ysort.clean(); // something like this%>--LBAEZ
LBAEZ at 2007-7-5 22:51:44 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 2
ysort = null;
cafal at 2007-7-5 22:51:44 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 3
many thanks cafal!!!!I really appreciate your post!!!thanks again....LBAEZ
LBAEZ at 2007-7-5 22:51:44 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...