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

[REBOL] Re: Bug in LAYOUT with VAL helpdesk #6211

From: larry:ecotope at: 29-Apr-2001 23:25

Replying to my own post. I found a much more elegant, although obscure fix for this bug, that does not require downloading a script. Put the following line of code in your user.r. Note: svv is a built-in short-cut for system/view/vid. svv/grow-facets: func append third get in svv 'grow-facets [val] second get in svv 'grow-facets -Larry