You can't have lists within lists yet, but I think this will change in
the future.
You only have 2 points per curve right? That would create a straight
line so you can use the line component with one list in A and the
other in B.
On Nov 17, 6:17 pm, asmorodi <[EMAIL PROTECTED]> wrote:
> I'm trying to do what I think must be a relatively simple operation,
> but am not sure what tools to use:
>
> I have two point lists L1{1, 2, 3, 4} and L2{1, 2, 3, 4} which I would
> like to recombine to create an object that holds a number of point
> sets {(1,1), (2,2), (3,3), (4,4)} that I can use as inputs into an
> interpolated curve. Any suggestions?
>
> Thank you -