At 10:57 2018-02-15, "Fernando D. Bozzo" <[email protected]> wrote:
Hi Gene:To talk with an example, if you have this: oObj = createobject("custom") reference = "oObj" The you have at least 3 options: 1) The way you know => &reference..referredto 2) Using evaluate => =Evaluate(reference + ".referredto") 3) My preferred: Caching the object and then using it: oRef = Evaluate(reference) ? oRef.refered1 ? oRef.refered2 ...
I was hoping to avoid evaluate(), but your third way makes sense. I will check if it works in all the contexts I am thinking of. (I was using "object" and "reference" rather loosely.)
[snip] Sincerely, Gene Wirchenko _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/06ac39bef8d5210b81ba700982db031d@mtlp000084 ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

