johnlopez2000
Programmer
for purposes of abstracting my error/warning messages, I need something like
set x [info myProgName]
set y [info myProcName]
to determine the program name that is being executed, and the proc in which the interpreter launches the message:
err "[info myProgName] - [info myProcName]: my error msg"
I've looked at "info" and "tclvars" to no avail
thanks - (probably something obvious)
John Lopez
Enterprise PDM Architect
lopez.john@goodrich.com
set x [info myProgName]
set y [info myProcName]
to determine the program name that is being executed, and the proc in which the interpreter launches the message:
err "[info myProgName] - [info myProcName]: my error msg"
I've looked at "info" and "tclvars" to no avail
thanks - (probably something obvious)
John Lopez
Enterprise PDM Architect
lopez.john@goodrich.com