ID: Q118746
2.5x 2.60 2.60a | 2.00 2.5x 2.60 2.60a | 2.50b 2.50c 2.60a | 2.60
WINDOWS | MS-DOS | MACINTOSH | UNIX
kbprg
The information in this article applies to:
When any variable is created in the Command window in FoxPro, it will be Public by default.
You can test this by typing the following two lines of code in the Command window:
Varname="This is a test"
DISPLAY MEMORY LIKE Varname
The output will appear as follows, indicating that it is a Public variable:
VARNAME Pub C "This is a Test"
Additional reference words: FoxUnix FoxMac FoxDos FoxWin 2.00 2.50 2.50a
2.50b 2.50c 2.60 2.60a private regional declare
KBCategory: kbprg
KBSubcategory: FxenvMemory
Keywords : kbenv FxenvMemory
Version : 2.5x 2.60 2.60a | 2.00 2.5x 2.60
Platform : MACINTOSH MS-DOS UNIX WINDOWS
Last Reviewed: May 13, 1998