add 3 digit to a strinG

I have string with 50 digits and for some reason i have to add 2 more digit, as place holder.
I don’t know how do that with string manipulation node.

Can somebody help me?
Thanks

Use join() function.

Hi @gcas

You can do this if you want to add a couple of digits at the end of the string:

1 Like

thanks! this is what i’m looking for!

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.