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

Oldes's Old Bug

 [1/3] from: pwawood::mango::net::my at: 22-Apr-2005 19:00


Back in November 2002, Oldes highlighted the following "bug" in layout: 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" I checked with View 1.2.10 and got the same behaviour. Does anybody know if this has been "fixed" in later versions? Should I submit it to RAMBO? Regards Peter

 [2/3] from: Izkata:Comcast at: 22-Apr-2005 6:00


REBOL/View 1.2.47.3.1 9-Jul-2004 Core 2.6.0
>> val: "my value"
== "my value"
>> layout [text "test"] >> val
== "my value"

 [3/3] from: pwawood::mango::net::my at: 22-Apr-2005 19:20


Thanks Izzy.