I know about subscript indirection, and frequently use it just as you describe. But this time I'm after something different: an equivalent to tie in Perl. Essentially, I want to TRANSPARENTLY arrange for a global set (no indirection) to be implemented as a function call. It may not be possible, but I wondered if there were non-standard extensions implementing this functionality. I do have some ideas about how to emulate it.

Essentially, I'm looking for a way of creating enhancements that doesn't break legacy code.

===
Gregory Woodhouse
[EMAIL PROTECTED]

"Without the requirement of mathematical aesthetics a great many discoveries would not have been made."
-- Albert Einstein



On Sep 1, 2005, at 6:01 PM, Kevin Toppenberg wrote:

I may not be userstanding what you want, but wouldn't this code do it?

UPDATE(gref,A,B)
     set @gref@(A)=B
    quit



Kevin




-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
Hardhats-members mailing list
Hardhats-members@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hardhats-members

Reply via email to