Reply To: Removing a }

Homepage Clovertech Forums Read Only Archives Cloverleaf Cloverleaf Removing a } Reply To: Removing a }

#59135
Jared Miller
Participant

    Ok, here’s what I interpreted that into and I’m getting a Tcl callout error so obviously I’ve gone wrong somewhere.  Please assist me further.  Thanks!

    proc xlt_name {} {

       upvar xlateId       xlateId

     xlateInList   xlateInList

     xlateInTypes  xlateInTypes

     xlateInVals   xlateInVals

     xlateOutList  xlateOutList

     xlateOutTypes xlateOutTypes

     xlateOutVals  xlateOutVals

           set replList

             set name $xlateInVals

             set newstr [string map $replList $name]

             

      }