0

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.

user310291
  • 36,946
  • 82
  • 271
  • 487

1 Answers1

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

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

sqlab
  • 6,412
  • 1
  • 14
  • 29