Can LINQ do this? I have a List(Of T that holds 20 items. I want to split this list by said N amount, for example 10. My structure would hold a have a member of List(Of T that would hold each spitted section from the original List(Of T so that when the list is split the structure would contain 10 new List(Of T with each holding 2 values from the original list. The split of course must be in index order of the original list.
Hope that makes sense![Big grin :D :D](data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)
Hope that makes sense