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

On 9/1/05, Gregory Woodhouse <[EMAIL PROTECTED]> wrote:
> Is it possible in Cache and/or GT.M to create something like a Perl
> array that has been tied to a class definition? What I have in mind
> is transparently interpreting
> 
> SET X(A)=B
> 
> into something like UPDATE^class("X",A,B) ?
> 
> I realize that SSVNs provide something like this functionality now
> (there are no SUVNs that I know of), but I have in mind associating
> actions with existing (possibly large) globals, while maintaining
> good performance. I think this is technically feasible, but have no
> idea whether anyone has implemented such a feature.
> 
> 
> ===
> Gregory Woodhouse
> [EMAIL PROTECTED]
> 
> "The most incomprehensible thing about
> the world is that it is at all comprehensible."
>   --Albert Einstein (1879-1955)
> 
> 
> 
> 
> -------------------------------------------------------
> 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
>


-------------------------------------------------------
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