REBOL3 tracker
  0.9.11 beta
Ticket #0001619 User: anonymous

Project:

Previous Next
TypeBug Statussubmitted Date4-Jun-2010 13:57
Versionalpha 99 CategoryError Handling Submitted bysqlab
PlatformWindows Severitycrash Prioritynormal

Summary writing a block to the clipboard crashes Rebol
Description Writing a not empty block to the clipboard crashes the interpreter, whereas datatypes other than string lead to error messages

>> write clipboard:// 1
** Script error: write does not allow integer! for its data argument
>> write clipboard:// 1x1
** Script error: write does not allow pair! for its data argument
Example code
write clipboard:// [a]

Assigned ton/a Fixed in- Last Update4-Jun-2010 13:57


Comments

Date User Field Action Change
4-Jun-2010 13:57 sqlab Ticket Added -