Silverfrost Forums

Welcome to our forums

Trap Exceptions - reposted to support from general form.

24 Mar 2010 1:36 #6212

I have read the documentation on using the Trap Execptions@ subroutine. I am interested in finding out if the subroutine to be executed by the handler can have arguments and if so how do these arguments get passed.

If they cannot have arguments how do the custom exception handlers get access to variables in the program?

Thank you for any answers to this question.

Michael

29 Mar 2010 7:33 #6225

The exception handling routine cannot have arguments but I guess you could pass arguments in a different way by putting values into a common block at the critical points in the code.

Please login to reply.