Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Antwort: Re: Windows Clipboard

From: sharriff:aina:med-iq at: 26-Oct-2000 7:57

Hi Larry! Is this code for VIEW only? This is what I get:
>> write clipboard:// "clipboard test"
** Access Error: Invalid port spec: clipboard://. ** Where: write clipboard:// "clipboard test"
>>
I presume a port has to be declared or initialised to a start value somehow.. Sharriff Aina med.iq information & quality in healthcare AG Gutenbergstr. 42 "Larry Palmiter" An: <[rebol-list--rebol--com]> <[larry--ecotop] Kopie: e.com> Thema: [REBOL] Re: Windows Clipboard Gesendet von: rebol-bounce@ rebol.com 24.10.00 23:48 Bitte antworten an rebol-list Hi Mike write clipboard:// my-string my-string: read clipboard:// Note that whatever is to be written to the clipboard must be a text string. HTH -Larry