|
From: Jeff H. <je...@Ac...> - 2005-01-25 00:34:40
|
> 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. ;)
Jeff
|