Jan, TCL does not support processioning like in Perl or C.
is there a way that the editor can insert the line number if I give it a hint
where to overwrite:
For Example:
Before:
30 for {set i 0} {$i < 10} {incr i} {
31 printDebug "LINE: __LINE__";
32 }
After PSPAD Find and replace change
30 for {set i 0} {$i < 10} {incr i} {
31 printDebug "LINE: 31";
32 }
--
<http://forum.pspad.com/read.php?2,57184,57184>
PSPad freeware editor http://www.pspad.com
