[REBOL] Accessing facets without using variables?
From: jose:8inc at: 8-Jun-2001 20:07
Greeting all, If I have something like: main: layout [ foo: button "Hi" ] Then I can modify a facet with something like: foo/offset: 0x10 Let's say I have a bunch of buttons that I have added to a layout with a loop, is it possible to modify the properties of that face without assigning it to a variable? Perhaps with some magic path along the lines of: main/pane/something/offset: 0x10 Thanks, Jose