Hello!
Im wondering if it is possible to 'empty' the variable value to save memory, for example i often use variable as a onetime use thing and would prefer to 'forget' it after is is used
Maybe it is just as easy as to setting $vVar = Null, but i wanted to make sure that this is the case