Hi.
I'm new in tcl programming, and I'm looking for a better way to handle errors.
Actually, I use "catch {}" in critical areas and if it returns 1, a function to treat this error is called.
This function may receive arguments such as important information about the state of the program, and...