Copying List to Array
      I always keep forgetting this...
    String[] items = (String[])l.toArray(new String[l.size()]);
[need to be tested :), hope it works]
    
<< Home