| Author |
Listing declared variables in the editor with Intellisence
|
|
| Luis Reyna 2005-10-27, 8:34 am |
| I know there´s a key combination that shows a list of declared variables in
the editor, but I don´t remember wich is it. m. doesn´t work in the editor if
the variable is not loaded in memory. If anybody knows I would be very
thankfull.
Luis
| |
| Fred Taylor 2005-10-27, 8:34 am |
| ZLOC<space>
This only works if the variable have been declared with the LOCAL keyword.
There is also ZDEF<space> that shows any #DEFINES you may have done in this
piece of code, too.
--
Fred
Microsoft Visual FoxPro MVP
"Luis Reyna" < LuisReyna@discussion
s.microsoft.com> wrote in message
news:2B56153D-BFC2-4DA9-9B1C- 5F7313242E69@microso
ft.com...
>I know there´s a key combination that shows a list of declared variables in
> the editor, but I don´t remember wich is it. m. doesn´t work in the editor
> if
> the variable is not loaded in memory. If anybody knows I would be very
> thankfull.
>
> Luis
| |
| Luis Reyna 2005-10-27, 8:34 am |
| Thanks a lot Fred
"Fred Taylor" wrote:
> ZLOC<space>
>
> This only works if the variable have been declared with the LOCAL keyword.
> There is also ZDEF<space> that shows any #DEFINES you may have done in this
> piece of code, too.
>
> --
> Fred
> Microsoft Visual FoxPro MVP
>
>
> "Luis Reyna" < LuisReyna@discussion
s.microsoft.com> wrote in message
> news:2B56153D-BFC2-4DA9-9B1C- 5F7313242E69@microso
ft.com...
>
>
>
|
|
|
|