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

[REBOL] How to refresh a text-list

From: atruter:hih:au at: 26-Feb-2002 14:09

Doubtless this has been asked before (no luck after a quick EScribe search), but how does one refresh a text-list. I thought my code below show work. Is this a bug? feature? poor coding ;) rebol [] view layout [ a: area form read %. 'wrap button "Area" [a/text: read %.. show a] b: text-list data read %. button "List" [b/data: read %.. show b] ] Regards, Ashley