Forum Discussion

rushikesh's avatar
rushikesh
Contributor
8 years ago

Is there a way to copy data from clipboard to note pad ?

Is there a way to copy data from clipboard to note pad.

 

 

1 Reply

  • tristaanogre's avatar
    tristaanogre
    Esteemed Contributor

    For what purpose? If this has to do with your grid comparison, see my previous reply on your other thread for a possible way of doing this without needing to do copy and paste.

     

    As it is.. Sys.Clipboard contains the current contents of the clipboard.  You can then pass that through to either a text file directly or use a SetText call on an open Notepad window.