[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