CLIPBOARD
From QB64 Wiki
The _CLIPBOARD function returns the current clipboard contents.
result$ = _CLIPBOARD$
Description:
- Text returned can contain the entire contents of a copied file or web page.
- The string returned can also contain formatting or CRLF end of line characters.
See also:
