Sujet : Re: Show argument values in bgerror
De : wortkarg3 (at) *nospam* yahoo.com (Harald Oehlmann)
Groupes : comp.lang.tclDate : 13. Oct 2024, 12:03:11
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <veg9db$ld2e$1@dont-email.me>
References : 1 2 3 4 5 6 7
User-Agent : Mozilla Thunderbird
Am 24.09.2024 um 07:54 schrieb rene:
Hello Harald,
where did you find the second "errordict" argument of the new bgerror
proc. In the bgerror documentation is only the "message" argument.
May be a documentation error?
No, this is correct. The bgerror procedure is the old fashion and is obsolete. Use the interp bgerror described here:
https://www.tcl-lang.org/man/tcl8.6/TclCmd/interp.htm#M55The two arguments are described in the subsection "Background error handling"
PS. I will try to answer the oo question later this week.
Great !
Thank you,
Harald