I'm curious (and this may be quite basic) if it is possible to set a variable's value to another variable's value, with a sequencer command?
More specifically, a string variable...
I've tried
Code: Select all
SetVariable(variable, speaker);
I've also written...:
Code: Select all
SetVariable(variable, var=speaker);
Code: Select all
SetVariable(variable, [var=speaker]);
So, am I missing something?
Btw, I'm calling these commands from a sequencer shortcut.
Thanks.