Subject Re: Display Memory vars
From Akshat Kapoor <akshat.kapoor@kapoorsons.in>
Date Sat, 2 Oct 2021 20:32:47 +0530
Newsgroups dbase.getting-started

Good Evening Russ,

> In dbase you can type display memory and get a list of the vars.
> In a running exe how can you check to see if any of vars still remain after you run a function that has used private or public vars
>

display memory
will display memory variables along with their status local/private/public

While this works very well within ide while running an exe a slightly
different version is required

display memory to memory.txt


Hope this helps.
Regards
Akshat