Jan 24, 2005 #1 scottian Programmer Joined Jul 3, 2003 Messages 955 Location GB how do i pass the contents of the clipboard to a variable and hen write to a text file? any help, much appreciated in advance "My God! It's full of stars...
how do i pass the contents of the clipboard to a variable and hen write to a text file? any help, much appreciated in advance "My God! It's full of stars...
Mar 11, 2005 #2 ArferMo Programmer Joined Mar 11, 2005 Messages 8 Location GB This will load the contense of the windows clipboard in to the variable called ClipboardText. ClipboardText = (Trim(Clipboard.Gettext)) use Clipboard.clear to empty the windows clipboard. Upvote 0 Downvote
This will load the contense of the windows clipboard in to the variable called ClipboardText. ClipboardText = (Trim(Clipboard.Gettext)) use Clipboard.clear to empty the windows clipboard.