On Fri, Nov 5, 2010 at 7:57 PM, Gibney, Dave <[email protected]> wrote: > And, I can't seem to use a stem value (values of A.x) to index a stem. > A.x = 'foo' > say A.x > B.foo = 'bar' > say B.foo > say B.A.x > y = A.x > say y > say B.y > Gets: > foo > bar > B.A.X > foo > B.foo
> I want bar where I get B.A.X and B.foo Right. That would be a case for using VALUE. "Stems are not arrays." Not now, not ever. But in some ways they're more powerful, as they let you do associative memory. -- ...phsiii Phil Smith III [email protected] Voltage Security, Inc. www.voltage.com ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: GET IBM-MAIN INFO Search the archives at http://bama.ua.edu/archives/ibm-main.html

