hello,
for logging purposes i route all calls to subroutines (run action list) through an action list which itselfs (apart from logging) forwardes the call to the 'real' subroutine via scripting (beforeaction-script and using the action.SetActionListByName) which works nicely.
however i have the issue that i am not able to forward the action list parameters to the destination action list.
the route has 3 buffer-parameters which i would like to forward (if assigned) to the parameters of the destination action list.
i found no other way than using global variables ... which is not so nice.
help/inspiration is greatly appreciated
the motivation to collect the logging information in this way is to finally put it into an email-body. i didn't want to use 'set variable'-action all the time ...
thank you