[REBOL] Re: Ask
From: al:bri:xtra at: 27-Sep-2001 8:30
Ammon asked:> I guess the real question is "How to get a string to point to an object?" >> b: reduce [[ "View 1" make object! [ [ m: 123 [ ] [ "View 2" make object! [ [ m: 456 [ ] [ ] == [ "View 1" make object! [ m: 123 ] "View 2" make object! [ m: 456 ]]>> o: select b "View 2" >> probe o/m456 == 456 I hope that helps! Andrew Martin Off to have breakfast... ICQ: 26227169 http://zen.scripterz.org