> When i have used numbers that are bigger i had to make tcl think it was a > float and put number.0 for it to do what i wanted
This works only up to 51 bits of accuracy, as that is what an IEEE double value holds to exact integer accuracy. Jeff Hobbs The Tcl Guy Senior Developer http://www.ActiveState.com/ Tcl Support and Productivity Solutions
