GET CLIPBOARD$
This command will read a string stored in the system clipboard. The system clipboard remains in tact even after the program has been terminated and can be used to transfer values from program to program, or otherwise retain string data beyond the scope of the program.

SYNTAX
Return String=GET CLIPBOARD$()

RELATED INFO
INPUT Commands Menu
Index

EXAMPLE
View Showcase Example
View Usage Example