Click here to Skip to main content
15,886,362 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi how do I remove [] in my arraylist my sample output is [[3, 6, 5, 1, 2, 8, 50, 6, 1, 3, 1, 54, 1, 3, 1]]

I just want 3, 6, 5, 1, 2, 8, 50, 6, 1, 3, 1, 54, 1, 3, 1
Posted
Comments
Richard MacCutchan 15-Nov-14 5:49am    
Fix your code so it does not print the brackets.

1 solution

 
Share this answer
 
Comments
Manas Bhardwaj 15-Nov-14 5:42am    
Agree +5!
Maciej Los 15-Nov-14 5:44am    
Thank you, Manas ;)

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900