I have made an EFS that create multiple lines and I am looking for a way to delete the lines individually.
So far, the lines are tagged with a prefix name and then a number i.e Line0, Line, 1 and so on.
I need a way of passing the line number to a function that removes the line so when I button saying "Delete Line 1" it will remove it. I am aware of the removeLineTool but I need something more than this as I have many variables that depend on the line number and not the line itself.
Many thanks
So far, the lines are tagged with a prefix name and then a number i.e Line0, Line, 1 and so on.
I need a way of passing the line number to a function that removes the line so when I button saying "Delete Line 1" it will remove it. I am aware of the removeLineTool but I need something more than this as I have many variables that depend on the line number and not the line itself.
Many thanks
Comment