jpnoob
Member
- Joined
- Jun 4, 2009
- Messages
- 8
- Programming Experience
- 1-3
I need to split an Arraylist into individual columns, here is an example of a column in the arraylist:
John Doe - John.Doe@email.com
I want to split up the arraylist so I can use the name and the email address in an email routine i.e. Dear John Doe, yada yada
Thanks in advance!
John Doe - John.Doe@email.com
I want to split up the arraylist so I can use the name and the email address in an email routine i.e. Dear John Doe, yada yada
Thanks in advance!