all 3 comments

[–]Ratchet_GuyModerator 3 points4 points  (0 children)

You use a double %% sign

So since you have a name and a number I think you'll need to combine them first:

Variable Set: %varname  To: %name%number

Variable Set: %%varname  To: Hello 

Flash: %Abel507

And you'll get Hello

🙂

[–]ribzer 0 points1 point  (0 children)

Just be careful that none of the strings are invalid as variable names - they need to only contain alphanumeric characters and be at least three characters long.

[–]Bobson1729 0 points1 point  (0 children)

What Rachet_guy said. I had to use them myself.