RELEASE Command
| Visual FoxPro 9.0 SP2 |
| RELEASE Command |
| See Also |
|
Removes variables and arrays from memory. There are several versions of the syntax.
RELEASE MemVarList |
RELEASE ALL [EXTENDED] |
RELEASE ALL [LIKE Skeleton | EXCEPT Skeleton] |
Parameters
- RELEASE MemVarList
-
Specifies the variables and arrays released from memory. Separate the variables and array names with commas.
- RELEASE ALL
-
Releases from memory all variables and arrays.
- EXTENDED
-
When issued in a program, specifies that all public variables are released. RELEASE ALL does not release public variables when issued in a program.
- LIKE Skeleton | EXCEPT Skeleton
-
Releases from memory all variables and arrays that match the specified skeleton, or all variables and arrays except those that match the specified skeleton. Skeleton can include the wildcards ? and *. RELEASE ALL LIKE and RELEASE ALL EXCEPT do not release public variables when issued in a program.
See Also
© , 1996-2020 • Updated: 11/10/20
Comment or report problem with topic
Microsoft Visual FoxPro 9 SP2 Help file, VFPX Edition v1.08