Clipboard - How to use                          Examples

You can use this command to work with the Clipboard. When you copy any text using 'Ctrl + C', the text gets copied to an object in Window operating system called Clipboard. Automation Anywhere provides a System Variable called $Clipboard$ using which you can get the text copied in the Clipboard object.

Using this command you can do the following three things

  1. Clear Clipboard: You can clear out the contents of the Clipboard.
  2. Assign To Clipboard: Using this command you can assign the value of any variable created from Variable Manager to the Clipboard. You can then access that value by using $Clipboard$ System Variable.
  3. Assign From Clipboard: Similarly you can assign the value of Clipboard to any 'Value' type of variable created from Variable Manager.