Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
WITH THIS with Intellisense
Message
From
23/12/2002 09:09:36
Tamar Granor (Online)
Tomorrow's Solutions, Llc
Elkins Park, Pennsylvania, United States
 
 
To
22/12/2002 13:16:40
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00734787
Message ID:
00735361
Views:
14
>Declare a local variable as the right type and inside the WITH, use the variable when you're setting up the code. Then remove it from the code once you're done.
>>
>>Tamar
>
>Hi Tamar,
>I think this is what I remember reading somewhere, but I don't quite understand how you're doing it. Can you give me a example?

Like this:

LOCAL oJunk AS TheRightClass

WITH THIS
oJunk.Whatever ...
oJunk.SomethingElse ...
...
ENDWITH

After you're done writing, use search and replace to remove all the "oJunk"s.

Tamar
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform