need help

  • Creator
    Topic
  • #50345
    Kevin Crist
    Participant

      we have an app that takes adt messages. it takes all adt’s fine except an A36. it is adding an extra carriage return to the end of the message. we are sending this raw to the app. Is there a quick tcl proc that i can put in to get rid of the extra carriage return?

      Thanks in advance.

    Viewing 0 reply threads
    • Author
      Replies
      • #65704
        Charlie Bursell
        Participant

          In run mode

          keylget args MSGID mh

          msgset $mh [string map

            [msgget $mh]]

            return “{CONTINUE $mh}”

            Simple enough>  ðŸ˜€

            P.S.  I didn’t test it. Always be wary of Charlie’s fat-finger errors  ðŸ˜‰

      Viewing 0 reply threads
      • The forum ‘Cloverleaf’ is closed to new topics and replies.