March 2nd, 2000, 11:08 PM
I have a vector data that has arrays, I want to clear it when I test it
if it's not empty this is what I did :
if(!data.isEmpty()){
for(int i = 0; i < V_size; i++)
data.setElementAt(null,i); }
But it does not work, please help
if it's not empty this is what I did :
if(!data.isEmpty()){
for(int i = 0; i < V_size; i++)
data.setElementAt(null,i); }
But it does not work, please help