David
Fri Jul 01 21:42:40 CDT 2005
Tanveer,
public giPublic
private piPrivate
local liLocal
giPublic = 1
piPrivate = 1
liLocal = 1
list memory like * to memvardump.txt noconsole
n = alines( laMemvars, filetostr( "memvardump.txt" ) )
for i = 1 to n
? laMemvars[i]
endfor
--
df - Microsoft MVP FoxPro
http://www.geocities.com/df_foxpro
"Tanveer H. Malik" <tanmalik@hotmail.com> wrote in message
news:OuK6VsjfFHA.2752@TK2MSFTNGP10.phx.gbl...
> Is there anyway to determine the Scope [Public, Private or Local] of a
> Variable.
>
> Using Foxpro 8.0 Pro.
>
>
>