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

[REBOL] Re: Looking for help

From: reboler:programmer at: 4-Mar-2002 14:50

Try the following function: ell-list: func [ "changes data in 'text-list and resets everything. usage: tell-list text-list-face new-data" fce value ][ append clear fce/data copy value clear fce/picked fce/sld/data: 0 ; resets slider position fce/sn: 0 ; resets display position fce/line-list: none fce/sld/redrag fce/lc / max 1 length? head fce/lines ;resets slider size show fce ]