View Single Post
Old 02-13-2004, 09:56 AM  
Harm
Too much time...
 
Join Date: Jul 2003
Posts: 1,430
Default

If you're using itcl, you could try that:
Code:
iputs "Error message"
global ioerror; set ioerror 1; return 1
Harm is offline