SWSDEV Forum User Joined Feb 23, 2008 Messages 256 Reaction score 0 Oct 1, 2009 #1 I want to take a variable and assign it to another variable with a string concatenated to it. How would I do that?
I want to take a variable and assign it to another variable with a string concatenated to it. How would I do that?
VAD_Support Joined Aug 6, 2009 Messages 690 Reaction score 0 Oct 1, 2009 #2 You can use the variable assignment component, using the "CONCATENATE" function in the expression editor.
You can use the variable assignment component, using the "CONCATENATE" function in the expression editor.
SWSDEV Forum User Joined Feb 23, 2008 Messages 256 Reaction score 0 Oct 2, 2009 #3 Thanks, I missed that.