Reply To: Tcl help

Clovertech Forums Read Only Archives Cloverleaf Cloverleaf Tcl help Reply To: Tcl help

#56854
Linda Howell
Participant

    Hi Uma, we’re in TCL class and Greg suggested that we put a special character inbetween the comments that we want to keep and the comments that we want to get rid of.  In this example we used a : as the special character.

    set commentList [split $xlateInVals :]

    set xlateOutVals [lindex $commentList 0]

    This is a TCL fragment so you would just put this in the translation on the appropriate COPY command.

    See you next week,

    Linda