View Single Post
Old 10-09-2003, 11:52 AM  
b>d>>s
Senior Member
 
Join Date: Feb 2003
Posts: 488
Default

also, u dont need ==1 in
Code:
if { [string match -nocase $line $dirname] == 1 }

to,

if { [string match -nocase $line $dirname] }
will work fine
b>d>>s is offline   Reply With Quote