Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Save the memory
Message
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
00251919
Message ID:
00251952
Views:
7
>Hello All
>
>In an .exe i have a procedure that fires only once at the beginning of the program. Does VFP free the memory occupied by the one-shot procedure after the procedure finishes?

VFP, like previous versions of FoxPro, caches program calls in memory in order to speed execution of frequently called programs. It may release a program that isn't called, but the only guarantee is CLEAR PROGRAM to release the cache.

>Does it make any difference if i move the procedure to a procedure library?

Procedure files can be released via RELEASE PROCEDURE < filename >.
George

Ubi caritas et amor, deus ibi est
Previous
Reply
Map
View

Click here to load this message in the networking platform