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

[REBOL] Re: Clipboard://

From: ptretter:charter at: 18-Oct-2001 14:44

Actually, nevermind I found the problem - it seems to cut data off after it receives a "^@". ----- Original Message ----- From: "Paul Tretter" <[ptretter--charter--net]> To: <[rebol-list--rebol--com]> Sent: Thursday, October 18, 2001 2:32 PM Subject: [REBOL] Clipboard://
> Anyone know of any limitation with clipboard:// writes. I have written
encrypted data to the clipboard but it always seems to truncate the data at some point. I'm thinking that some of the characters in the encypted data are forcing the clipboard:// port to abort the data write at some point.