Array question again.

2004-02-10 Thread Kevin
My question is regarding the underpinnings more than anything else. If I put empty into a[0] is a[0,1] a[0,2] ... also garb rage collected or must I set each individual element equal to empty to ensure collection? ___ Join Excite! - http://www.exc

Re: Array question again.

2004-02-10 Thread Jan Schenkel
--- Kevin <[EMAIL PROTECTED]> wrote: > > > My question is regarding the underpinnings more than > anything else. If I put empty into a[0] is a[0,1] > a[0,2] ... also garb rage collected or must I set > each individual element equal to empty to ensure > collection? > Hi Kevin, You'll have to c

Re: Array question again.

2004-02-10 Thread Jan Schenkel
--- Kevin <[EMAIL PROTECTED]> wrote: > > > Can anyone point me to a document discussing the > underpinnings of the Transcript interpreter? Maybe > it is just me but I am unable to locate this > information in the help included with the product. > In fact many advanced topics are missing. > > T

Re: Array question again.

2004-02-10 Thread Geoff Canyon
delete variable a That clears the entire variable. regards, Geoff Canyon [EMAIL PROTECTED] On Feb 10, 2004, at 7:33 AM, Kevin wrote: My question is regarding the underpinnings more than anything else. If I put empty into a[0] is a[0,1] a[0,2] ... also garb rage collected or must I set each

Re: Array question again.

2004-02-11 Thread Ray Bennett
Hi Kevin, Delayed because of lack of time and jetlag. In Santiago, Chile just now. Will return on Friday. I'd recommend you test it to see. I don't know what else to advise. My gut tells me that it'll work as you suspect without you having to garbage collect yourself, but I can imagine scen