Jump to content

Releasing a variable from memory.


Recommended Posts

I am planning on writeing a larg script that will use several large arrays. I was just curious to know if there is a way to release an array or variable from memory so that it does not stay their needlessly. I greatly apologize if this is easly found in the manual or another post.

Thanks

Link to comment
Share on other sites

  • Developers

To erase an array (maybe because it is a large global array and you want to free the memory), simply assign a single value to it:

$array = 0

This will free the array and convert it back to the single value of 0.

B)

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...