Removing All Double Quotes from a Message

Clovertech Forums Read Only Archives Cloverleaf Cloverleaf Removing All Double Quotes from a Message

  • Creator
    Topic
  • #48492
    Jaye Costello
    Participant

      I have a vendor asking that I remove all of the double quotes from a message before I send it to them. I know how to do it in an individual field, but each message may have different fields with double quotes.  Does anyone have a proc they would be willing to share that looks at the entire message and removes all of the double quotes?

    Viewing 0 reply threads
    • Author
      Replies
      • #58768
        Jamin Gray
        Participant

          In a tps tcl proc you could do:

          Code:


          regsub -all {”} $msg {} msg

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