Variables Created in Command Window Are Public by DefaultLast reviewed: November 21, 1995Article ID: Q118746 |
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 VarnameThe 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
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |