Hello Tomasz

I'm wandering is are there any problems in doing the following

AmiVar result = gSite.AllocArrayResult();
gSite.SetVariable("blah", result);
return result;

Would this cause problems to the GC having the same memory in two variables?

Thanks in advance.

Reply via email to