Re: Checking the Scope of Variable ? by Paul
Paul
Wed Jun 29 03:28:06 CDT 2005
Not that I know of. But if you declared it LOCAL in the current procedure,
then it's local (of course). If you didn't, then it's either PUBLIC or
PRIVATE, but which of those two it is will matter only rarely, and not to
the current proc at all.
"Tanveer H. Malik" <tanmalik@hotmail.com> wrote in message
news:eMZlJyHfFHA.1948@TK2MSFTNGP12.phx.gbl...
> Is there anyway to determine the Scope [Public, Private or Local] of a
> Variable.
>
> Using Foxpro 8.0 Pro.
>
>