hi all
i have jittered list of points...
which i weaved into a list in my example into a pattern of 6/6/6
thus in the screenshot i end up with 54 points of list.
i idea is to take first point from list one-first point from list 2-first point from list 3
than the second point form list on3-second point from list2......... and so on....
(hence i weaved my jittered points, hope i got this part right)
problem:
i need to split the list into groups of six......
i m able to do that with split list..but this function requires me to split the list till i have no more points left in the list...thus defeating the purpose of it being parametric.
is there a way in which i can split my list so that i end up with lists as required by the function.
regards
samir
Tags:
- Attachments:
-