View Single Post
Old 09-06-2005, 07:06 PM  
Mouton
Posse Member
 
Join Date: Dec 2002
Posts: 1,956
Default

That line (211) parses the $content from the file opened at the line just above it:

set fp [open $ioBdat(ioacfg) r]; set content [split [read $fp] \n]; close $fp

ioBdat(ioacfg) should be your ioA config file, which is either absent or empty or something, making lsearch choke on $content which is not as it should be.
Mouton is offline   Reply With Quote