Is is possible to specify user defined command on error in tcl script?
I want to cleanup the memory on if any error comes. I know that last error is saved in errorInfo variable.
Is is possible to specify user defined command on error in tcl script? I
Share
You can also define a bgerror procedure and call your code as a background task: