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

[REBOL] Re: updating two text-list's

From: btiffin::rogers::com at: 6-May-2007 17:15

Hi (again) Gregg, I meant to include these snippets, but got a little ahead of myself when I was testing the url link in the original posting... REBOL [] view layout [ maps: text-list "A" "B" "C" "D" [ clear sub-listing/data append sub-listing/data maps/picked show sub-listing ] sub-listing: text-list "Testing" ] Or REBOL [] view layout [ maps: text-list data ["A" "B" "C" "D"] [ clear sub-listing/data append sub-listing/data maps/picked show sub-listing ] sub-listing: text-list data ["Testing"] ] Is at least one solution... Sorry for clogging the list, and no doubt you already figured it out. Brian On Sunday 06 May 2007 16:57, Brian Tiffin wrote: