Question
more function to a single button
the is a way to give more than one functon to a single button?
i have an "apply" button on my script and i have a functon on this button, but i have to add another functon whitout creat another button.
i use this code
Btn.onClick = applyExpression;
tnx