Posts: 303
Threads: 56
Joined: Jun 2009
Reputation:
0
Hey Guys!
If I use DeletePVar(), it's the same if I set the variable to 0?
Nonameman
Posts: 551
Threads: 122
Joined: Nov 2009
Reputation:
0
I'm pretty sure that it removes it completely. But I don't use PVars that much, so...
Posts: 2,929
Threads: 160
Joined: Feb 2009
Reputation:
0
It is getting deleted so actually value will also be 0 if you create it again.
Posts: 3,304
Threads: 58
Joined: Sep 2008
Reputation:
0
I guess deleting it would save more memory, because setting it it 0 should basically still keep that variable.