09.05.2014, 13:22
Hey Guys,
Is there a need to delete a dynamic variable created or it does it automatically?
but we are not able to
Is there any way to do this?
Wont this affect the memory usage of the script?
Thanks
Is there a need to delete a dynamic variable created or it does it automatically?
Код:
new variable;
Код:
delete variable;
Wont this affect the memory usage of the script?
Thanks