cut copy paste

Share sample pubs, scripts, etc. with other NeoBook users

Moderator: Neosoft Support

Locked
tungb6
Posts: 7
Joined: Sat Dec 20, 2014 1:01 am

cut copy paste

Post by tungb6 »

I what to use cut copy and paste operation for text. Please tell me how to write the script.
User avatar
HPW
Posts: 2571
Joined: Fri Apr 01, 2005 11:24 pm
Location: Germany
Contact:

Re: cut copy paste

Post by HPW »

From the doc:
[Clipboard]
The contents of the Windows Clipboard (text format only). You can place text onto the Windows Clipboard using the SetVar Action. For example:

SetVar "[Clipboard]" "Place this on the clipboard."
SetVar "[Clipboard]" "[MyText]"

SetVar "[MyText]" ""

SetVar "[MyText]" "[Clipboard]"
Hans-Peter
Locked