Removing OBX – help!

Clovertech Forums Read Only Archives Cloverleaf Tcl Library Removing OBX – help!

  • Creator
    Topic
  • #51062
    Donna McKibbon
    Participant

      how do i write a tcl proc to remove OBX segments from all messages?

    Viewing 3 reply threads
    • Author
      Replies
      • #68643
        Gary Atkinson
        Participant

          Why not do this in an xlate?

        • #68644
          Tom Rioux
          Participant

            Is this a raw route?

          • #68645
            Nate Kruse
            Participant

              Try something like this:

              set segments [split $msg r] ;# Get segments

              set outbuf “”

            • #68646
              Jim Kosloskey
              Participant

                If you have an Xlate just don’t copy anything to the OBX to begin with (assuming the OBX is optional in your variant definition).

                email: jim.kosloskey@jim-kosloskey.com 29+ years Cloverleaf, 59 years IT - old fart.

            Viewing 3 reply threads
            • The forum ‘Tcl Library’ is closed to new topics and replies.