REBOL3 tracker
  0.9.12 beta
Ticket #0001960 User: anonymous

Project:



rss
TypeBug Statussubmitted Date20-Feb-2013 21:46
Versionr3 master CategoryNative Submitted byGraham
PlatformAll Severityminor Prioritynormal

Summary read/lines on clipboard does not return a block of strings
Description read/lines on clipboard:// does not return a block of strings
Example code
>> write clipboard:// ajoin [ 1 newline 2 newline 3 newline ] length? read/lines clipboard://
== 6

Assigned ton/a Fixed in- Last Update24-Feb-2013 12:22


Comments
(0003486)
Ladislav
24-Feb-2013 12:22

Graham, your example is unfortunate. This looks like a better example:

write clipboard:// ajoin [ 1 newline 2 newline 3 newline ]
type? read/lines clipboard:// ; == string!

Date User Field Action Change
24-Feb-2013 12:22 Ladislav Comment : 0003486 Added -
20-Feb-2013 21:46 Graham Ticket Added -