in reply to Re: Force caller to return - reflection
in thread Force caller to return - reflection

The information is collected in argok(). The information collected there should be returned to the caller of the method/subroutine that uses Argpass, not the user of those methods/subroutines. I would also prefer not to muddy the user code with conditional returns, and ideally to avoid using exceptions. I'm not completely surprised that this isn't possible though.
  • Comment on Re^2: Force caller to return - reflection