Update to `Remove Line from Local Variable`

The current version is only capable of removing the first line of local variables, this idea is to expand it from just local variables to any variable (also supporting local variables)

Inventor’s current model isn’t designed for blocks to mutate/edit the outputs of other blocks, with the only exception to this being local variables. This is done to avoid confusion.

Got it, I’ll just iterate over the new line and remove iteration number 0. Thank you Magic

You can also copy the value into a local variable then trim a line from the local variable.

Marking this as solved.