- Joined
- May 10, 2024
- Messages
- 57
Hi.
1. I would like to pass the name of the trigger as an argument to custom function without creating variable like myVar = (Name of the current trigger) and myFunc(myVar). It should be myFunc((Name of the current trigger)).
2. Is it possible to get some kind of backtrace/callStack inside myFanc? Perhaps it is possible to get the name of the trigger inside of myFanc without passing it's name to function via argument.
1. I would like to pass the name of the trigger as an argument to custom function without creating variable like myVar = (Name of the current trigger) and myFunc(myVar). It should be myFunc((Name of the current trigger)).
2. Is it possible to get some kind of backtrace/callStack inside myFanc? Perhaps it is possible to get the name of the trigger inside of myFanc without passing it's name to function via argument.