Results 1 to 3 of 3

Thread: Deleting from the memory a matrix array

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Feb 2000
    Location
    Israel
    Posts
    636

    Deleting from the memory a matrix array

    Hi,

    I have an array:
    Code:
     public Map(1 to 20,1 to 20) as typeMap
    The typeMap I have declared before and it has some integers and boolean and one long.

    How can I delete it at the end of the game from the memory?

    Thank you,
    Arie.

  2. #2
    Megatron
    Guest
    It will automatically be destroyed when your program goes out of scope. If it's global, then it will be destroyed when the program ends.

  3. #3

    Thread Starter
    Fanatic Member
    Join Date
    Feb 2000
    Location
    Israel
    Posts
    636
    Thank you,
    Arie.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width