Re: Clearing memory (namespace) before running code

2010-04-10 Thread vsoler
On Mar 21, 5:18 pm, Jon Clements wrote: > On 21 Mar, 15:02, vsoler wrote: > > > Hi, > > > Is there a way to erase/delete/clear memory before a piece of code is > > run? > > > Otherwise, the objects of the previous run are re-usable, and may > > bring confusion to the tester. > > > Thank you > > I

Re: Clearing memory (namespace) before running code

2010-03-21 Thread Jon Clements
On 21 Mar, 15:02, vsoler wrote: > Hi, > > Is there a way to erase/delete/clear memory before a piece of code is > run? > > Otherwise, the objects of the previous run are re-usable, and may > bring confusion to the tester. > > Thank you I'm guessing you're using some sort of IDE? For instance, in

Re: Clearing memory (namespace) before running code

2010-03-21 Thread Steve Holden
vsoler wrote: > Hi, > > Is there a way to erase/delete/clear memory before a piece of code is > run? > > Otherwise, the objects of the previous run are re-usable, and may > bring confusion to the tester. > > Thank you You mean clear a *namespace*? That might be possible if you have access to t