Concatenate numbers in km?

hi, i have numbers stored in variables that i would like to concatenate to one number.
is something like this possible in km?:

a=1
b=2
c=3
concatenate(a,b,c) = 123

thanks in advanced.
best, johannes

Yep, very easy. Just use a Set Variable to Text action using the text tokens for the variables, like this:

%Variable%a%%Variable%b%%Variable%c%

image

Questions?

NO more questions.
thanks a lot, michael!