06-19-2009, 02:13 PM
Hi Ritesh,
We can free up the memory of the variables by using Nothing.
Example:
We can free up the memory of the variables by using Nothing.
Example:
Code:
Dim a,b
a=10
b= 30
a = Nothing ' Nothing will remove data in the variable but it does not delete the variable