Thursday, 15 August 2013

Split comma from a LongArrayList [on hold]

Split comma from a LongArrayList [on hold]

I 've an Long ArrayList and it contains [1982,1984,1986] How can I
separate the comma's and get the years as a String? So like this 1982 1984
1986
Thanks

No comments:

Post a Comment