Hi, what I’m trying to is a have 2 lines divided into equal points and then draw a lone between points. I can do it so that L1P1 and L2P1 have a line and L1P2 and L2P2 have a line etc. But how is the list manuipulated so that a diagonal line can be made so that L1P1 and L2P5 make a line and L1P2 L2P6 make a line?
L = Line
P = Point
Thanks