[REBOL] [view] Adding objects to a face....
From: Izkata:Comcast at: 25-Sep-2004 20:07
.... Is it possible? Say I have:>view A: layout [Item1: text "Hi!"]Is there a way to use A to add {text "Bye!"} to it, as if I had instead typed:>view A: layout [Item1: text "Hi!" Item2: text "Bye!"]?? I'm working on a game.. If it works, I'd probably need that type of thing to add players that just appwalk onto the screen, or to Summon mosters to the area. -The hopefully grateful Izzy boy ;)