No elegant way to merge spreads of type Transform?

I’m rather new to v4 and noticed that I want to concatenate two spreads containing a number of Transformations quite often. I didn’t find any node that could do that, so I built a module that does:

http://www-stud.uni-due.de/~sj0500/insertslice.jpg
I just wanted to check wether anybody knew about a slicker way to do this, otherwise I’d submit the patch to the user modules.

hey, clean patching for a newbie.
and proper naming; better than some of the vvvvdevs ever did ;-)

what about this?

i’d suggest you to name that module
Cons (Transform).v4p
and add a simple helpfile…

Thanks for the comment!
I’ve stuck with the InsertSlice approach though, the slice index came in handy :)