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

[REBOL] Re: updating text-list

From: coussement:c:js:mil:be at: 6-Jul-2001 14:48

Hi Throsten: Just a quick hack. Try : view layout [ across ar: area 200x200 gold tl: text-list 200x200 return button "Update" [ append tl/data do reduce ar/text show tl ] ] It should work for any do-able regular expression which produce an output. Try: 1 + 1 'text hello length? "hello" exists? %foo hope this helps, chr==