for(int i = list.Count;i>= 0;i--) { if(list[i] == "") { list.RemoveAt(i); } }
if(x != "") { list.Add(x); }
Login to post response