View Single Post
  #2 (permalink)  
Old 04-08-2008, 04:46 PM
Chris.Brown.SPE's Avatar
Chris.Brown.SPE Chris.Brown.SPE is offline
Member
 
Join Date: Apr 2008
Location: State College, PA
Posts: 50
Chris.Brown.SPE is on a distinguished road
Send a message via AIM to Chris.Brown.SPE
Unless I am mistaken, you wont be able to do this with an array unless you use the for loop method. Try using a List<String>. That will allow you to do a little more. Also look into HashMap. One of these should lead you to a solution.
Reply With Quote