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

[REBOL]

From: inetw3:mindspring at: 16-Jul-2001 21:44

Hi all, I have been playing around with copy and pasting to the clipboard://, but I would like to use a function to do it for me. I give... I can easily write the read function, but the write function wants a value, and if I give it one in the function it writes that one to the clip board. can any one show me (with explanation) how to do this? write: func [ cipboard:// /local post] [ post: [write clipboard:// ("")] do post]