how to set two variables in a single icon to run two different binding at the same time?
how to set two variables in a single icon to run two different binding at the same time?
how to set two variables in a single icon to run two different binding at the same time?
What about use the same variable in both places instead of two different ones?
If that is not possible with your setup
LL.setVariableX(“name2”,value2);
return value1;
where X is the variable type of the second value should work;
Thanks, it’s work