-
Feature Request
-
Resolution: Done
-
Major
-
1.4.0
-
None
The special variable $! is currently available for use in AT RETURN rules to refer to the value about to be returned from the trigger method. It would also be possible to use the same special variable to refer to the return value currently on the stack at the point where an AFTER CALL rule gets triggered. It should also be possible to reassign this variable and have the assigned value be used as the result of the call when control returns to the trigger method.