Clipboard
The SetEnv command and the Env$ internal function enable programmatic access to the windows clipboard.
To set the windows clipboard use:
SetEnv("Clipboard" ,"replacement-value")
To read the windows clipboard use:
Env$("Clipboard")
These expressions stow and retrieve data to and from the Windows clipboard. The word 'clipboard' is case insensitive.