Hi everybody, I have a problem when trying removing arrays and variables using RELEASE ALL command. I show what I do:
LIST MEMORY TO c:\temp\1.txt
RELEASE ALL LIKE ar_*
RELEASE ALL LIKE ob_*
RELEASE ALL LIKE old_*
LIST MEMORY TO c:\temp\2.txt
After these, 1.TXT and 2.TXT are identical, and all the arrays beginning with AR_ and variables beginning with OB_ & OLD_ are still in memory...
I run FoxPro 2.6a on WinNT machine.
LIST MEMORY TO c:\temp\1.txt
RELEASE ALL LIKE ar_*
RELEASE ALL LIKE ob_*
RELEASE ALL LIKE old_*
LIST MEMORY TO c:\temp\2.txt
After these, 1.TXT and 2.TXT are identical, and all the arrays beginning with AR_ and variables beginning with OB_ & OLD_ are still in memory...
I run FoxPro 2.6a on WinNT machine.