Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Is there a way to free up the memory used by the variables during run time?
#2
Solved: 11 Years, 3 Months, 3 Weeks ago
Hi Ritesh,

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
Reply


Messages In This Thread
RE: Is there a way to free up the memory used by the variables during run time? - by ursvinod - 06-19-2009, 02:13 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Function That Creates WebLink Variables Eitel13 3 1,472 07-17-2018, 03:25 PM
Last Post: Ankur
  Trying to create List box in excel sheet at Run time with values yes No JACKSPARROW 0 1,707 01-17-2017, 11:05 AM
Last Post: JACKSPARROW
  HI, i'm having a run time error ,please help? Awzar 0 2,633 01-24-2015, 06:52 AM
Last Post: Awzar
  Maintenance free Automation, irrespective of any changes done on GUI siteshag 0 1,991 07-01-2014, 02:50 PM
Last Post: siteshag
  Loading objects in qtp at run time nitin 0 2,415 12-03-2013, 09:11 PM
Last Post: nitin

Forum Jump:


Users browsing this thread: 1 Guest(s)