Re: [Hardhats-members] tied globals?

2005-09-01 Thread Kevin Toppenberg
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

Re: [Hardhats-members] tied globals?

2005-09-01 Thread Gregory Woodhouse
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