|
From: Steve L. <st...@Di...> - 2005-01-25 10:20:49
|
On 25/01/2005, at 8:32 AM, Jeff Hobbs wrote:
>> You also shouldn't use floating point number comparison on a
>> string that isn't really a floating point number.
>>
>> if {![string equal [info tclversion] "8.4"]} ...
>
> Agreed ... but better change that to 'string compare' to work
> with Tcl <=8.1. ;)
Cool - I'll take that as a commitment that you'll backport Tile to <=
8.1 :)
Steve
|