Homepage › Clovertech Forums › Read Only Archives › Cloverleaf › Cloverleaf › Anyone got a zero fill (left) tcl proc or fragment? › Reply To: Anyone got a zero fill (left) tcl proc or fragment?
June 3, 2005 at 4:18 pm
#56739
Daniel Lee
Participant
set newnum “000000”
set newnum [append newnum [lindex $xlateInVals 0]]
set newnum [string range $newnum [expr [string length $newnum] -6] [expr [string length $newnum] – 1]]
set xlateOutVals [lreplace $xlateOutVals 0 0
-
]