Hi, I need help on something about List<string> ListExample.Split, so I made the List1.Split("|");, List2.Split("|");, and List3.Split("|");, and I got this string value1|value2|value3. I want the value1 in list 1, value2 in list 2, and value3 in list 3, I know how to split, but the 3 value texts into one list, how can I add value1 in list 1, value2 in list 2, and value3 in list 3 with the split?
#Help with List of strings with Split for other lists
1 messages · Page 1 of 1 (latest)