The book _1001 Things You Wanted to Know about Visual Foxpro_ has an
interesting application which is essentially a standalone command
window for FoxPro. You type in your commands and they are executed,
pretty much like in the regular command window. It seemed to me that
this would be a handy thing to have, but there is a problem that
limits its usefulness. The problem is that all variables created in
the command window are private and not static. So, you can't assign a
value to a variable and then use that variable.
For example, you can assign "Hello" to X, but then you can't use
MessageBox(X) because X isn't around any more.
The question is, is there any way to make all variables default to
global or static?
Regards,
Kevin Clark
Seton Home Study School