ppr
(Peter Preuss)
3
we can split the string e.g. when like above
arrPart = item.Split(","c).Select(Function (x) x.Trim({"'"c})).toArray
First Segment
arrSplit = arrSplits .Skip(0*50).Take(50).toArray
Second Split:
arrSplit = arrSplits .Skip(1*50).Take(50).toArray
…
With variables and some other techniques, we can fully dynamize it