View Single Post
  #1 (permalink)  
Old 12-06-2007, 09:02 AM
mars123 mars123 is offline
Member
 
Join Date: Dec 2007
Posts: 1
mars123 is on a distinguished road
Arraylist to a 2- dimension array conversion
I have an arraylist which needs to be converted to a two dimenional array.

Eg:

Arraylist contains:
------------------
abc
def
ghi
jkl

Resultant Array should contain elements in the below fashion:
-----------------------
(abc,def)
(ghi,jkl)

Thanks in advance.
Reply With Quote
Sponsored Links