/ Forums / Advansys Formativ / Creating Solutions with Formativ / Can I extract the Select Text in a message or Subject for TAPI dial? / Reply To: Can I extract the Select Text in a message or Subject for TAPI dial?

#8222
Support 3
Participant

    You can use GroupWise Token API to copy selected text to the Clipboard then Formativ utilities method to return text value from the Clipboard. See the Formativ Language Guide for more information.

    Code below copy selected text from message body to clipboard and show in a message box.

      
      groupwise.EditCopy
      msgbox utilities.FromClipBoard
    

    Regards,

    Advansys Support