Re: introspection: current handler name?
Posted: Mon Jan 20, 2020 6:42 pm
The most efficient way to get the handler name is - then give you the values passed as arguments in that position (which is useful for doing variadic type stuff).
Code: Select all
param(0)Code: Select all
param(1), param(2), ...