Homepage › Clovertech Forums › Read Only Archives › Cloverleaf › Cloverleaf › Puting a zero on to a date › Re: date with space in it.
July 15, 2005 at 5:03 pm
#57036
Jodi Agosta2
Participant
Here is what I came up with using your suggestion:
set xlatetemp [lrange $xlateInVals 0 0]
set xlatetemp [format %06s [string trimleft $xlatetemp]]
set xlateOutVals $xlatetemp
See my mistake…I was bringing it in with a lrange and not a lindex…That was a two day exercise in making my hair even more gray than it already is.
Thank you for being there for me. You sparked me to rethink about where the problem was.
Jodi