Search code examples
rebolred-lang

write clipboard:// not working with red?


It works with Rebol but not with Red ? Is there a way to make it work ? I tried source clipboard under Rebol to get source code but doesn't work.


Solution

  • >> help clip
       read-clipboard  routine!      []
       write-clipboard routine!      [data [string!]]
    

    (As long as full I/O is not implemented) use write-clipboard