> What's the Tcl cmd to find out what version is running? (In the superior > Python lng, simply typing in 'python' will tell you exactly which version is > running :) info tclversion which will probably say 8.3 not 8.3.2. To see whether it's 8.3.2, you have to look at tcl.h. -Berk *mumbling something ugly about python users who criticize tcl*