Bug in Layout
[1/2] from: rebol-list2::seznam::cz at: 13-Nov-2002 17:07
Hello rebol-list,
In the layout function is missing deffinition of variable 'val as a
local variable! So be carefull.
>> val: "my value"
== "my value"
>> layout [text "test"]
>> val
== "test"
Oldes
PS: I've found it working on the Rebol/flash dialect, because I use
'val name as well and the layout was replacing my variable:(
[2/2] from: anton:lexicon at: 14-Nov-2002 17:16
Yes, I noticed this a long time ago,
and I am sure I reported it.
It also appears in Rebol/Link client.
Perhaps it is time to re-report it to feedback.
(That's you.:)
Anton.