I encountered a strange behavior with clipboardData on winXP.
I would like to fill the clipboard with a string, quit my Rev application and paste the string in a text document.
This is the code I made:
Code: Select all
set the clipboardData["text"] to myVar
launch document myTextDocument
if the result <> "" then
displayAnAlert
else quit
If I don't "quit" my Rev application, it works and myVar is pasted in the opened text document.
Is it a known bug? Is something wrong in my code?
Thanks for your help!
I use Rev Studio 2.8.0 build 370.