COPY TO THE CLIPBOARD THE STRING EXPRESSION S
ACTION
The command CLIPBOARD_STRING_COPY S copies to the operating system clipboard the text in the string expression S.
SYNTAX:
CLIPBOARD_STRING_COPY S
USE ERROR EXAMPLE
dim a$,b$
a$="Hello"
b$="friends"
rem copy to the clipboard
clipboard_string_copy a$+" the "+b$
rem print the clipboard
print clipboard_string_paste$
CLIPBOARD_STRING_COPY
CLIPBOARD_STRING_COPY S
SEE ALSO
CLIPBOARD_STRING_PASTE$