View Single Post
  #4 (permalink)  
Old 12-01-2008, 11:03 PM
xcallmejudasx's Avatar
xcallmejudasx xcallmejudasx is offline
Senior Member
 
Join Date: Oct 2008
Location: Houston, TX & Flint, MI
Posts: 585
Rep Power: 2
xcallmejudasx is on a distinguished road
Send a message via AIM to xcallmejudasx
Default
You could just create another ArrayList<String> or just a String[]. For the first way it would be list.add(firstName+", "+lastName) and for String[] I believe its the same command.
Reply With Quote