/ 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?
September 25, 2011 at 9:07 pm
#8222
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