Combining two sets of lists (coordinates and length of a curve)

Hello everyone,

I am new at grasshopper. I’m trying to do a thing where, basically I have two sets of datas: 1) the length of a series of curves; 2) the coordinates of those curves. What I want to achieve is a set of data that combines those two informations together, for example: at (800,0,0), the length is 1000mm. I was wondering how to do this. Thanks in advance!

length demo.gh (8.5 KB)
length demo.3dm (2.4 MB)

@user1186

I am not sure about the result you want to obtain. You can merge two lists using Merge component. In case you want a text line you can use Concatenate to merge both list writing the text you want.

I hope it helps.

Regards

length demo.gh (10.6 KB)