Tell me what you want, What you really, really want.

Moderator: Mmiscool

User avatar
By Electroguard
#58340 Mid-string edits require chopping the original string into temporary left and right variables each side of a mid pointer, before pruning or inserting at the mid pointer as required, then combining left, right, and any newly added middle, back into the original source again.

It might be much easier with...
PRUNE("source string" or var, position, "prune string" or var).
INSERT("source string" or var, position, "insert string" or var)