Page 1 of 1

Question about the clipboard

Posted: Fri Oct 23, 2020 4:45 pm
by driessen
Hello,

Is it possible to store the content of the clipboard in a variable in my FWH-application?
I want to put other data into the clipboard, use these data later on, and to put back the original content.

Thanks.

Re: Question about the clipboard

Posted: Fri Oct 23, 2020 7:29 pm
by James Bott
Have you tried oClip:setText() and oClip:getText()?

Why not just use a variable instead of the clipboard?

James