TCLPARSE V3.00beta >> loading information from '/usr/home/clif/.tclparse.vars' (1 bytes) >> processing file 'Err.13.tcl' (588 bytes) ERROR ( line 20 ) - 'tempFileName' isn't a procedure ---------------------------------------- 17 eval $cmd 18 } 19 20 puts "The body of tempFileName is: [info body tempFileName]" 21 puts "tmpFileName returns: [tempFileName]" 22 puts "tmpFileName returns: [tempFileName]" 23 ---------------------------------------- ERROR ( line 21 ) - unknown command 'tempFileName' ---------------------------------------- 18 } 19 20 puts "The body of tempFileName is: [info body tempFileName]" 21 puts "tmpFileName returns: [tempFileName]" 22 puts "tmpFileName returns: [tempFileName]" 23 24 ---------------------------------------- >> processing of file 'Err.13.tcl' complete >> done!