[REBOL] call/output to string bug in Windows
From: tbrownell:l3technology at: 26-Feb-2003 5:20
Hi,
Any work being done on the call/output to string bug for /view on XP?
The following crashes everytime, but only if launched as a file. It won't
crash if lines are input directly to rebol console>??
(Example uses Wordnet Shell call)
rebol []
a: copy {}
view layout [
btn [call/output "wn bug" a print a]
This strikes me as a rather major bug given that it shuts down the shell
function (more or less)for certain windows users.