ezefire
Results
2
comments of
ezefire
I have the same problem. I need to change values according to another selection. I'm going to see a bit more
I've found a solution to this problem that worked for me. My solution was to use a function with variadic arguments. For example: ```` public void myFunction(Object... arguments) { //do...