Hi everyone, Hi David thanks for this great tool, I have no idea about programming, but i managed to do much more than I expected in one evening just by trying.
I have a question, I made a surface that is having a lot of different lines arrayed on it and I managed to measure each single line length, and put a tag of its number and its lenght in 3d. I also managed to put the line length into a post it and stream it to .csv (which is great, btw) My problem is, how can I add some more text to that list. The .csv fiIe has only the lines with it lenghts, but no numbers which line it is like on the post it. With 250+ lines it is hard to keep track which one is which. I want to add the number for each line according to the number in the list. Also I would like to add another text sting into the list, that will show up before every item in the list. How can I put numbers in front of each item in a list, that will export to .csv. . . . how can I put a text string infront of each item in the list, like: "vertical line number" 1 line length 4.582658m "vertical line number" 2 line length 6.589645m "vertical line number" 3 line length 3.458258m "vertical line number" 4 line length 2.556928m . . . thks olvr
