MoMann: -------------------------------------------------------------------------------- TCL does not support processioning like in Perl or C. --------------------------------------------------------------------------------
Tcl is an interpreted language. Information like this can be determined dynamically. The Tcl equivalent to "printDebug "LINE: __LINE__"; " is puts "LINE: [dict get [info frame 0] line]" See http://www.tcl.tk/man/tcl8.5/TclCmd/info.htm for details on the info command -- <http://forum.pspad.com/read.php?2,57184,57192> PSPad freeware editor http://www.pspad.com
