Inserting string slices

Hi,

I want add string slices to a string thread dynamically. The closest thing I have found is the InsertSlice node but this just works with number slices. Am I missing something?

Thanks.

maybe the Cons (String) node?

when double-clicking in a vvvv window and then right-clicking, you can invoke the node library, which is sorted either by alphabet (move mouse right) or by category (move mouse left). check the ‘String’ category to (hopefully) find everything you need.

patched an InsertSlice for strings some time ago, should be in my modules page. maybe it helps

try do make your own:

with InsertSlice (Spreads) , GetSlice (String) , SetSlice (String)
Shouldn’t be extreme hard.