Does anyone know how to recompile the TCL language to allow larger than 2147483647 Integer Sizes? I am looking to be able to set an Int to a 4 byte word (max value 4294967295).
Here is what I have found:
proc unsigned var {
uplevel trace var $var w "{set var \[format %u...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.