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

[REBOL] Bug in Layout

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:(