clipboard_export
status.i4.v = clipboard_export(text.i1a.r)
This routine copies text to the user's GUI clipboard, so it may be
pasted into other programs. The text string may contain newline
characters, which separate lines of text.
This function returns ACNET status values as follows:
CLIB_OK success
CLIB_GENERIC_ERROR
This function requires the following include files:
clib_h, acnet_errors_h
Related functions:
clipboard_export_open, clipboard_export_close, tv_paste_callback_add,
tv_paste_callback_remove