Hi Guys,
I'm probably over complicating this lol what i'm trying to do is grab all the items from a listview, string them all together like:
line1|line2|line3|line4 etc seperated by a "|"
Then i'll save to an .ini file, i have all my code working apart from the looping the listview and stringing the values all together, (i could only think of a) foreach but that only brings me back the last value (obviously lol) is there a way i'm not thinking of?
cheers for any help guys!
Graham
I'm probably over complicating this lol what i'm trying to do is grab all the items from a listview, string them all together like:
line1|line2|line3|line4 etc seperated by a "|"
Then i'll save to an .ini file, i have all my code working apart from the looping the listview and stringing the values all together, (i could only think of a) foreach but that only brings me back the last value (obviously lol) is there a way i'm not thinking of?
cheers for any help guys!
Graham