15.05.2010, 16:10
If a variable is not declared and you try to get its value it will return 0.
Instead of setting a PVar Integer to zero you can just delete it, as you said. It's perfectly fine and also frees the dynamically allocated memory.
Instead of setting a PVar Integer to zero you can just delete it, as you said. It's perfectly fine and also frees the dynamically allocated memory.