I have an int and I want to add a number to it, for example, I have 490 I want to add 1 for it to be like 4901 how to do that?
Convert to string, use the Append string node, convert back to integer.
I have an int and I want to add a number to it, for example, I have 490 I want to add 1 for it to be like 4901 how to do that?
Convert to string, use the Append string node, convert back to integer.