CONCATENATE
This will take all variables given and merge them together, strip any leading or ending whitespaces and put it into the variable given as first argument. It will put it into a string with quotes, so you will be able to combine variables into a name and use it later in ClyphX as a Name Reference.
I wrote this user action after a question on the discord server.
Syntax:
[] CONC new_var_name %var1% %var2% %var3%
or you could use for better readability:
[] CONCATENATE new_var_name %var1% %var2% %var3%
Here is an example:
use the resulting string as a name reference:
download example liveset:
concatenate.als example liveset (11.3. required)