Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
The scope of WITH
Message
From
27/02/2004 14:31:22
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00881595
Message ID:
00881599
Views:
23

I didn't think this would work:

WITH oMyObj
.SomeProperty=.T.
SomeFunction()
.AnotherProperty=.F.
ENDWITH
* ...more code in this procedure

Function SomeFunction()
.YetAnotherProperty=.T.
Return

If .YetAnotherProperty is a property of oMyObj in the calling code,
this will resolve OK in the function SomeFunction.
But I thought that WITH / ENDWITH only scoped to the current procedure. What's up?


WITH / ENDWITH use a scoped rule like a private variable within the WITH / ENDWITH block:
until it is not redefine, the with object is visible into the calls stack

Fabio
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform