Hi,
I just wrote an action list that works like a function. It works fine but I miss the possibility to return a value. Is there a chance to manipulate a variable that has been handed over to the function?
Thanks
HHK
Hi,
I just wrote an action list that works like a function. It works fine but I miss the possibility to return a value. Is there a chance to manipulate a variable that has been handed over to the function?
Thanks
HHK
Not at this time. It’s on the wish list for the next major version to be able to return values from actions lists (we’re currently investigating the best way to achieve this).
Thanks for the information.
For me it would be the best thing to decide if I can pass vars by reference or by value. Now I declare a global var that will be set in my function and assigned after returning from the function.
HHK