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
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.
thanks! this is what i’m looking for!
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.