Turn Splines curves into straight Spline paths?

You can select and right click any spline point and:

The setting can be also seen in the bottom left corner up here. Or you can perform some procedural iteration like so:

spline.png

You can dynamically extend splines, something like this could work:

Or even create an array of points and:

evenmorespline.png