From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kaoru Fukui To: Keith Seitz Cc: Subject: Re: problem Tktable_Init Date: Fri, 24 Aug 2001 08:25:00 -0000 Message-id: <20010825001447.Postino-029532@smtp01.highway.ne.jp> References: <20010824223116.Postino-001800@smtp01.highway.ne.jp> X-SW-Source: 2001-q3/msg00192.html From: Keith Seitz > > Wow, odd that this did not bite me... Nonetheless, here is a patch which > I think fixes the problem. (Someone tell me why "string equal" was > introduced to Tcl8.1??? Is it really that much easier to use [string equal > $foo $bar] than [string compare $foo $bar] = 0?) > > Let me know how it goes. > Keith This patch is nice. thanks so much Kaoru