Article ID: 129711
Article Last Modified on 6/29/2004
CLEAR ALL CLOSE ALL CLEAR PROGRAMThe CLEAR ALL command removes all objects from memory which, in turn, closes all private data sessions and cursors. The CLOSE ALL command closes all databases, tables, and cursors in data session 1, which is the default Visual FoxPro data session. Then the CLEAR PROGRAM command clears the compiled program buffer of the most recently executed programs, and it forces Visual FoxPro to read the programs from disk, rather than from the program buffer.
Additional query words: Cleanup Code
Keywords: kbhowto KB129711