Answered Get portion's from a string

joshuadeboer

Well-known member
Joined
May 28, 2008
Messages
45
Location
Hillsboro, OR
Programming Experience
1-3
Hi, I was wondering what the easiest way is to get a portion of text from a string for example, you have:

"example1,example2,example3"

And i need to be able to get all three of the items separate:

"example1"
"example2"
"example3"

The length and number of items will change, I'm using a listview subitem

Thanks
 
Last edited:
Back
Top