The WindowsClipboard class provides methods to interact with a clipboard. Typically a clipboard is used to transfer data back and forth between different windows in a graphical user interface.
The WindowsClipboard class is not a built-in class. It is defined in the winSystm.cls file. This means, you must use a ::requires statement to use its functionality, as follows:
::requires "winSystm.cls"
Methods the WindowsClipboard Class Defines
copy
makeArray
paste
empty
isDataAvailable
>>-copy--(--text--)--------------------------------------------><
Empties the clipboard and copies the specified text to it.