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