Re: date with space in it.

Clovertech Forums Read Only Archives Cloverleaf Cloverleaf Puting a zero on to a date Re: date with space in it.

#57036
Jodi Agosta2
Participant

    Hi Charlie

    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