using System.Collections.Generic;
public static void Main()
String POstoreIDs = "asdsadsd,asdsadsad,asdsad,asdasd";
foreach (var poID in POstoreIDs.Split(',').ToList())
Console.WriteLine("poID: " + poID);
Console.WriteLine("Error ex: " + ex.ToString());
tempList = POstoreIDs.Split(',').ToList();
Console.WriteLine("tempList count: " + tempList.Count());
Console.WriteLine("Error ex: " + ex.ToString());
tempList = POstoreIDs.Split(',').ToList();
Console.WriteLine("tempList count: " + tempList.Count());
Console.WriteLine("Error ex: " + ex.ToString());
tempList = POstoreIDs.Split(',').ToList();
Console.WriteLine("tempList count: " + tempList.Count());
Console.WriteLine("Error ex: " + ex.ToString());
Console.WriteLine("Hello World");