X
PrevPrev Go to previous topic
NextNext Go to next topic
Last Post 30 Jun 2004 12:11 PM by  anon
viewing and deleting currently open variables
 2 Replies
Sort:
You are not authorized to post a reply.
Author Messages

anon



New Member


Posts:
New Member


--
30 Jun 2004 12:11 PM
    Hi, everybody. Can someone advise me about how to view names of the variables which are in memory when working in the IDL shell interactively. Also, how can I delete a specific variable and/or clean up the memory. Thanks.

    Deleted User



    New Member


    Posts:
    New Member


    --
    30 Jun 2004 12:11 PM
    var = MAKE_ARRAY(...) ;Very big array ; Some code ; ... ; Free memory var = 0

    Deleted User



    New Member


    Posts:
    New Member


    --
    30 Jun 2004 12:11 PM
    var = MAKE_ARRAY(...) ;Very big array ; Some code ; ... ; Free memory var = 0
    You are not authorized to post a reply.